#962A0A

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

Shades of Burnt Umber #962A0A

Tints of Burnt Umber #962A0A

Color information

#962A0A (or 0x962A0A) is unknown color: approx Burnt Umber. HEX triplet: 96, 2A and 0A. RGB value is (150,42,10). Sum of RGB (Red+Green+Blue) = 150+42+10=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #962A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962A0A is #69D5F5. Grayscale: #464646. Windows color (decimal): -6936054 or 666262. OLE color: 666262.

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

Color convert

RGB1504210-
CMYK00.720.930.41
HSL13.71º87.5%31.37%-
HSV(B)13.71º93.33%58.82%-
XYZ13.468.161.15-
YUV70.6493.78184.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 74.26%
GREEN value IS 42 (16.80% from 255) = 20.79%
BLUE value IS 10 (4.30% from 255) = 4.95%
R=74.26%
G=20.79%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150421000.720.930.4113.7187.531.37
Hex962AA0485D29e581f
Octal22652120110135511613037
Binary1001011010101010100100100010111011010011110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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