#962F16

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

Shades of Burnt Umber #962F16

Tints of Burnt Umber #962F16

Color information

#962F16 (or 0x962F16) is unknown color: approx Burnt Umber. HEX triplet: 96, 2F and 16. RGB value is (150,47,22). Sum of RGB (Red+Green+Blue) = 150+47+22=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #962F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962F16 is #69D0E9. Grayscale: #4B4B4B. Windows color (decimal): -6934762 or 1453974. OLE color: 1453974.

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

Color convert

RGB1504722-
CMYK00.690.850.41
HSL11.72º74.42%33.73%-
HSV(B)11.72º85.33%58.82%-
XYZ13.748.571.69-
YUV74.9598.12181.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.49%
GREEN value IS 47 (18.75% from 255) = 21.46%
BLUE value IS 22 (8.98% from 255) = 10.05%
R=68.49%
G=21.46%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150472200.690.850.4111.7274.4233.73
Hex962F160455529c4a22
Octal22657260105125511411242
Binary100101101011111011001000101101010110100111001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,47,22); }

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

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

 a { background-color: rgb(150,47,22); }

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

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

 span { border-color: rgb(150,47,22); }

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