#962D0C

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

Shades of Burnt Umber #962D0C

Tints of Burnt Umber #962D0C

Color information

#962D0C (or 0x962D0C) is unknown color: approx Burnt Umber. HEX triplet: 96, 2D and 0C. RGB value is (150,45,12). Sum of RGB (Red+Green+Blue) = 150+45+12=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #962D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962D0C is #69D2F3. Grayscale: #484848. Windows color (decimal): -6935284 or 798102. OLE color: 798102.

HSL color Cylindrical-coordinate representation of color #962D0C: hue angle of 14.35º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #962D0C is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB1504512-
CMYK00.700.920.41
HSL14.35º85.19%31.76%-
HSV(B)14.35º92%58.82%-
XYZ13.588.391.25-
YUV72.6393.79183.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.46%
GREEN value IS 45 (17.97% from 255) = 21.74%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=72.46%
G=21.74%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150451200.700.920.4114.3585.1931.76
Hex962DC0465C29e5520
Octal22655140106134511612540
Binary10010110101101110001000110101110010100111101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962D0C; }

 p { color: rgb(150,45,12); }

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

<style>
 a { background-color: #962D0C; }

 a { background-color: rgb(150,45,12); }

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

<style>
 span { border-color: #962D0C; }

 span { border-color: rgb(150,45,12); }

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