#952F18

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

Shades of Burnt Umber #952F18

Tints of Burnt Umber #952F18

Color information

#952F18 (or 0x952F18) is unknown color: approx Burnt Umber. HEX triplet: 95, 2F and 18. RGB value is (149,47,24). Sum of RGB (Red+Green+Blue) = 149+47+24=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #952F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F18 is #6AD0E7. Grayscale: #4B4B4B. Windows color (decimal): -7000296 or 1585045. OLE color: 1585045.

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

Color convert

RGB1494724-
CMYK00.680.840.42
HSL11.04º72.25%33.92%-
HSV(B)11.04º83.89%58.43%-
XYZ13.588.491.79-
YUV74.8899.29180.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.73%
GREEN value IS 47 (18.75% from 255) = 21.36%
BLUE value IS 24 (9.77% from 255) = 10.91%
R=67.73%
G=21.36%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149472400.680.840.4211.0472.2533.92
Hex952F18044542Ab4822
Octal22557300104124521311042
Binary100101011011111100001000100101010010101010111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,47,24); }

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

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

 a { background-color: rgb(149,47,24); }

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

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

 span { border-color: rgb(149,47,24); }

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