#962E12

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

Shades of Burnt Umber #962E12

Tints of Burnt Umber #962E12

Color information

#962E12 (or 0x962E12) is unknown color: approx Burnt Umber. HEX triplet: 96, 2E and 12. RGB value is (150,46,18). Sum of RGB (Red+Green+Blue) = 150+46+18=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #962E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962E12 is #69D1ED. Grayscale: #4A4A4A. Windows color (decimal): -6935022 or 1191574. OLE color: 1191574.

HSL color Cylindrical-coordinate representation of color #962E12: hue angle of 12.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #962E12 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB1504618-
CMYK00.690.880.41
HSL12.73º78.57%32.94%-
HSV(B)12.73º88%58.82%-
XYZ13.668.481.49-
YUV73.996.46182.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.09%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 18 (7.42% from 255) = 8.41%
R=70.09%
G=21.50%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150461800.690.880.4112.7378.5732.94
Hex962E120455829d4f21
Octal22656220105130511511741
Binary100101101011101001001000101101100010100111011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,46,18); }

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

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

 a { background-color: rgb(150,46,18); }

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

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

 span { border-color: rgb(150,46,18); }

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