#95371B

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

Shades of Burnt Umber #95371B

Tints of Burnt Umber #95371B

Color information

#95371B (or 0x95371B) is unknown color: approx Burnt Umber. HEX triplet: 95, 37 and 1B. RGB value is (149,55,27). Sum of RGB (Red+Green+Blue) = 149+55+27=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95371B is #6AC8E4. Grayscale: #505050. Windows color (decimal): -6998245 or 1783701. OLE color: 1783701.

HSL color Cylindrical-coordinate representation of color #95371B: hue angle of 13.77º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95371B is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1495527-
CMYK00.630.820.42
HSL13.77º69.32%34.51%-
HSV(B)13.77º81.88%58.43%-
XYZ13.969.22.08-
YUV79.9198.14177.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 27 (10.94% from 255) = 11.69%
R=64.50%
G=23.81%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149552700.630.820.4213.7769.3234.51
Hex95371B03F522Ae4523
Octal2256733077122521610543
Binary10010101110111110110111111101001010101011101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95371B; }

 p { color: rgb(149,55,27); }

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

<style>
 a { background-color: #95371B; }

 a { background-color: rgb(149,55,27); }

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

<style>
 span { border-color: #95371B; }

 span { border-color: rgb(149,55,27); }

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