#952D1D

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

Shades of Burnt Umber #952D1D

Tints of Burnt Umber #952D1D

Color information

#952D1D (or 0x952D1D) is unknown color: approx Burnt Umber. HEX triplet: 95, 2D and 1D. RGB value is (149,45,29). Sum of RGB (Red+Green+Blue) = 149+45+29=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #952D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D1D is #6AD2E2. Grayscale: #4A4A4A. Windows color (decimal): -7000803 or 1912213. OLE color: 1912213.

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

Color convert

RGB1494529-
CMYK00.700.810.42
HSL67.42%34.9%-
HSV(B)80.54%58.43%-
XYZ13.558.362.06-
YUV74.27102.46181.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.82%
GREEN value IS 45 (17.97% from 255) = 20.18%
BLUE value IS 29 (11.72% from 255) = 13.00%
R=66.82%
G=20.18%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149452900.700.810.42867.4234.9
Hex952D1D046512A84323
Octal22555350106121521010343
Binary100101011011011110101000110101000110101010001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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