#952E14

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

Shades of Burnt Umber #952E14

Tints of Burnt Umber #952E14

Color information

#952E14 (or 0x952E14) is unknown color: approx Burnt Umber. HEX triplet: 95, 2E and 14. RGB value is (149,46,20). Sum of RGB (Red+Green+Blue) = 149+46+20=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #952E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952E14 is #6AD1EB. Grayscale: #4A4A4A. Windows color (decimal): -7000556 or 1322645. OLE color: 1322645.

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

Color convert

RGB1494620-
CMYK00.690.870.42
HSL12.09º76.33%33.14%-
HSV(B)12.09º86.58%58.43%-
XYZ13.58.391.57-
YUV73.8397.62181.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.30%
GREEN value IS 46 (18.36% from 255) = 21.40%
BLUE value IS 20 (8.20% from 255) = 9.30%
R=69.30%
G=21.40%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149462000.690.870.4212.0976.3333.14
Hex952E14045572Ac4c21
Octal22556240105127521411441
Binary100101011011101010001000101101011110101011001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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