#952A12

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

Shades of Burnt Umber #952A12

Tints of Burnt Umber #952A12

Color information

#952A12 (or 0x952A12) is unknown color: approx Burnt Umber. HEX triplet: 95, 2A and 12. RGB value is (149,42,18). Sum of RGB (Red+Green+Blue) = 149+42+18=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #952A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952A12 is #6AD5ED. Grayscale: #474747. Windows color (decimal): -7001582 or 1190549. OLE color: 1190549.

HSL color Cylindrical-coordinate representation of color #952A12: hue angle of 10.99º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #952A12 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1494218-
CMYK00.720.880.42
HSL10.99º78.44%32.75%-
HSV(B)10.99º87.92%58.43%-
XYZ13.338.091.43-
YUV71.2697.95183.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.29%
GREEN value IS 42 (16.80% from 255) = 20.10%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=71.29%
G=20.10%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149421800.720.880.4210.9978.4432.75
Hex952A12048582Ab4e21
Octal22552220110130521311641
Binary100101011010101001001001000101100010101010111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952A12; }

 p { color: rgb(149,42,18); }

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

<style>
 a { background-color: #952A12; }

 a { background-color: rgb(149,42,18); }

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

<style>
 span { border-color: #952A12; }

 span { border-color: rgb(149,42,18); }

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