#952E13

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

Shades of Burnt Umber #952E13

Tints of Burnt Umber #952E13

Color information

#952E13 (or 0x952E13) is unknown color: approx Burnt Umber. HEX triplet: 95, 2E and 13. RGB value is (149,46,19). Sum of RGB (Red+Green+Blue) = 149+46+19=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #952E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952E13 is #6AD1EC. Grayscale: #494949. Windows color (decimal): -7000557 or 1257109. OLE color: 1257109.

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

Color convert

RGB1494619-
CMYK00.690.870.42
HSL12.46º77.38%32.94%-
HSV(B)12.46º87.25%58.43%-
XYZ13.498.391.52-
YUV73.7297.12181.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.63%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 19 (7.81% from 255) = 8.88%
R=69.63%
G=21.50%
B=8.88%

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
Decimal149461900.690.870.4212.4677.3832.94
Hex952E13045572Ac4d21
Octal22556230105127521411541
Binary100101011011101001101000101101011110101011001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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