#952C0E

Color #952C0E Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #952C0E

Tints of Burnt Umber #952C0E

Color information

#952C0E (or 0x952C0E) is unknown color: approx Burnt Umber. HEX triplet: 95, 2C and 0E. RGB value is (149,44,14). Sum of RGB (Red+Green+Blue) = 149+44+14=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #952C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952C0E is #6AD3F1. Grayscale: #484848. Windows color (decimal): -7001074 or 928917. OLE color: 928917.

HSL color Cylindrical-coordinate representation of color #952C0E: hue angle of 13.33º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #952C0E is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1494414-
CMYK00.700.910.42
HSL13.33º82.82%31.96%-
HSV(B)13.33º90.6%58.43%-
XYZ13.378.221.3-
YUV71.9795.29182.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 71.98%
GREEN value IS 44 (17.58% from 255) = 21.26%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=71.98%
G=21.26%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149441400.700.910.4213.3382.8231.96
Hex952CE0465B2Ad5320
Octal22554160106133521512340
Binary10010101101100111001000110101101110101011011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952C0E; }

 p { color: rgb(149,44,14); }

 H1.HeaderClassName
 {
   color: #952C0E;
 }
 .AnyTagClassName
 {
   color: #952C0E;
 }
</style>
background-color css

<style>
 a { background-color: #952C0E; }

 a { background-color: rgb(149,44,14); }

 div.DivClassName
 {
   background-color: #952C0E;
 }
 .BgClassName
 {
   background-color: #952C0E;
 }
</style>
border-color css

<style>
 span { border-color: #952C0E; }

 span { border-color: rgb(149,44,14); }

 td.TdClassName
 {
   border-color: #952C0E;
 }
 .TagClassName
 {
   border-color: #952C0E;
 }
</style>