#952C1F

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

Shades of Burnt Umber #952C1F

Tints of Burnt Umber #952C1F

Color information

#952C1F (or 0x952C1F) is unknown color: approx Burnt Umber. HEX triplet: 95, 2C and 1F. RGB value is (149,44,31). Sum of RGB (Red+Green+Blue) = 149+44+31=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #952C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C1F is #6AD3E0. Grayscale: #4A4A4A. Windows color (decimal): -7001057 or 2043029. OLE color: 2043029.

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

Color convert

RGB1494431-
CMYK00.700.790.42
HSL6.61º65.56%35.29%-
HSV(B)6.61º79.19%58.43%-
XYZ13.548.292.18-
YUV73.91103.79181.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.52%
GREEN value IS 44 (17.58% from 255) = 19.64%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=66.52%
G=19.64%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149443100.700.790.426.6165.5635.29
Hex952C1F0464F2A74223
Octal2255437010611752710243
Binary10010101101100111110100011010011111010101111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,44,31); }

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

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

 a { background-color: rgb(149,44,31); }

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

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

 span { border-color: rgb(149,44,31); }

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