#952F11

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

Shades of Burnt Umber #952F11

Tints of Burnt Umber #952F11

Color information

#952F11 (or 0x952F11) is unknown color: approx Burnt Umber. HEX triplet: 95, 2F and 11. RGB value is (149,47,17). Sum of RGB (Red+Green+Blue) = 149+47+17=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #952F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F11 is #6AD0EE. Grayscale: #4A4A4A. Windows color (decimal): -7000303 or 1126293. OLE color: 1126293.

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

Color convert

RGB1494717-
CMYK00.680.890.42
HSL13.64º79.52%32.55%-
HSV(B)13.64º88.59%58.43%-
XYZ13.518.461.45-
YUV74.0895.79181.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.95%
GREEN value IS 47 (18.75% from 255) = 22.07%
BLUE value IS 17 (7.03% from 255) = 7.98%
R=69.95%
G=22.07%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149471700.680.890.4213.6479.5232.55
Hex952F11044592Ae5021
Octal22557210104131521612041
Binary100101011011111000101000100101100110101011101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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