#952E0E

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

Shades of Burnt Umber #952E0E

Tints of Burnt Umber #952E0E

Color information

#952E0E (or 0x952E0E) is unknown color: approx Burnt Umber. HEX triplet: 95, 2E and 0E. RGB value is (149,46,14). Sum of RGB (Red+Green+Blue) = 149+46+14=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #952E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952E0E is #6AD1F1. Grayscale: #494949. Windows color (decimal): -7000562 or 929429. OLE color: 929429.

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

Color convert

RGB1494614-
CMYK00.690.910.42
HSL14.22º82.82%31.96%-
HSV(B)14.22º90.6%58.43%-
XYZ13.458.381.32-
YUV73.1594.62182.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.29%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=71.29%
G=22.01%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149461400.690.910.4214.2282.8231.96
Hex952EE0455B2Ae5320
Octal22556160105133521612340
Binary10010101101110111001000101101101110101011101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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