#962A0F

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

Shades of Burnt Umber #962A0F

Tints of Burnt Umber #962A0F

Color information

#962A0F (or 0x962A0F) is unknown color: approx Burnt Umber. HEX triplet: 96, 2A and 0F. RGB value is (150,42,15). Sum of RGB (Red+Green+Blue) = 150+42+15=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #962A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962A0F is #69D5F0. Grayscale: #474747. Windows color (decimal): -6936049 or 993942. OLE color: 993942.

HSL color Cylindrical-coordinate representation of color #962A0F: hue angle of 12º 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 #962A0F is Cyan = 0, Magento = 0.72, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB1504215-
CMYK00.720.90.41
HSL12º81.82%32.35%-
HSV(B)12º90%58.82%-
XYZ13.498.171.32-
YUV71.2196.28184.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.46%
GREEN value IS 42 (16.80% from 255) = 20.29%
BLUE value IS 15 (6.25% from 255) = 7.25%
R=72.46%
G=20.29%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150421500.720.90.411281.8232.35
Hex962AF0485A29c5220
Octal22652170110132511412240
Binary10010110101010111101001000101101010100111001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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