#962D0F

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

Shades of Burnt Umber #962D0F

Tints of Burnt Umber #962D0F

Color information

#962D0F (or 0x962D0F) is unknown color: approx Burnt Umber. HEX triplet: 96, 2D and 0F. RGB value is (150,45,15). Sum of RGB (Red+Green+Blue) = 150+45+15=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #962D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962D0F is #69D2F0. Grayscale: #494949. Windows color (decimal): -6935281 or 994710. OLE color: 994710.

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

Color convert

RGB1504515-
CMYK00.700.90.41
HSL13.33º81.82%32.35%-
HSV(B)13.33º90%58.82%-
XYZ13.68.41.36-
YUV72.9795.29182.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.43%
GREEN value IS 45 (17.97% from 255) = 21.43%
BLUE value IS 15 (6.25% from 255) = 7.14%
R=71.43%
G=21.43%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150451500.700.90.4113.3381.8232.35
Hex962DF0465A29d5220
Octal22655170106132511512240
Binary10010110101101111101000110101101010100111011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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