#B5534D

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

Shades of Chestnut #B5534D

Tints of Chestnut #B5534D

Color information

#B5534D (or 0xB5534D) is unknown color: approx Chestnut. HEX triplet: B5, 53 and 4D. RGB value is (181,83,77). Sum of RGB (Red+Green+Blue) = 181+83+77=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5534D is #4AACB2. Grayscale: #6F6F6F. Windows color (decimal): -4893875 or 5067701. OLE color: 5067701.

HSL color Cylindrical-coordinate representation of color #B5534D: hue angle of 3.46º 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 #B5534D is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1818377-
CMYK00.540.570.29
HSL3.46º41.27%50.59%-
HSV(B)3.46º57.46%70.98%-
XYZ23.4916.558.98-
YUV111.62108.47177.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.08%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=53.08%
G=24.34%
B=22.58%

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
Decimal181837700.540.570.293.4641.2750.59
HexB5534D036391D32933
Octal265123115066713535163
Binary101101011010011100110101101101110011110111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5534D; }

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

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

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

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

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

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

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

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