#B5534E

Color #B5534E Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #B5534E

Tints of Chestnut #B5534E

Color information

#B5534E (or 0xB5534E) is unknown color: approx Chestnut. HEX triplet: B5, 53 and 4E. RGB value is (181,83,78). Sum of RGB (Red+Green+Blue) = 181+83+78=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5534E is #4AACB1. Grayscale: #6F6F6F. Windows color (decimal): -4893874 or 5133237. OLE color: 5133237.

HSL color Cylindrical-coordinate representation of color #B5534E: hue angle of 2.91º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5534E is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1818378-
CMYK00.540.570.29
HSL2.91º41.04%50.78%-
HSV(B)2.91º56.91%70.98%-
XYZ23.5216.569.16-
YUV111.73108.97177.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=52.92%
G=24.27%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181837800.540.570.292.9141.0450.78
HexB5534E036391D32933
Octal265123116066713535163
Binary101101011010011100111001101101110011110111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5534E; }

 p { color: rgb(181,83,78); }

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

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

 a { background-color: rgb(181,83,78); }

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

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

 span { border-color: rgb(181,83,78); }

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