#952D0E

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

Shades of Burnt Umber #952D0E

Tints of Burnt Umber #952D0E

Color information

#952D0E (or 0x952D0E) is unknown color: approx Burnt Umber. HEX triplet: 95, 2D and 0E. RGB value is (149,45,14). Sum of RGB (Red+Green+Blue) = 149+45+14=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #952D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952D0E is #6AD2F1. Grayscale: #484848. Windows color (decimal): -7000818 or 929173. OLE color: 929173.

HSL color Cylindrical-coordinate representation of color #952D0E: hue angle of 13.78º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #952D0E is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1494514-
CMYK00.700.910.42
HSL13.78º82.82%31.96%-
HSV(B)13.78º90.6%58.43%-
XYZ13.418.31.31-
YUV72.5694.96182.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.63%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 14 (5.86% from 255) = 6.73%
R=71.63%
G=21.63%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149451400.700.910.4213.7882.8231.96
Hex952DE0465B2Ae5320
Octal22555160106133521612340
Binary10010101101101111001000110101101110101011101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,45,14); }

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

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

 a { background-color: rgb(149,45,14); }

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

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

 span { border-color: rgb(149,45,14); }

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