#952B12

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

Shades of Burnt Umber #952B12

Tints of Burnt Umber #952B12

Color information

#952B12 (or 0x952B12) is unknown color: approx Burnt Umber. HEX triplet: 95, 2B and 12. RGB value is (149,43,18). Sum of RGB (Red+Green+Blue) = 149+43+18=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #952B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B12 is #6AD4ED. Grayscale: #484848. Windows color (decimal): -7001326 or 1190805. OLE color: 1190805.

HSL color Cylindrical-coordinate representation of color #952B12: hue angle of 11.45º 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 #952B12 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1494318-
CMYK00.710.880.42
HSL11.45º78.44%32.75%-
HSV(B)11.45º87.92%58.43%-
XYZ13.378.161.44-
YUV71.8497.62183.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.95%
GREEN value IS 43 (17.19% from 255) = 20.48%
BLUE value IS 18 (7.42% from 255) = 8.57%
R=70.95%
G=20.48%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149431800.710.880.4211.4578.4432.75
Hex952B12047582Ab4e21
Octal22553220107130521311641
Binary100101011010111001001000111101100010101010111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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