#B5534F

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

Shades of Chestnut #B5534F

Tints of Chestnut #B5534F

Color information

#B5534F (or 0xB5534F) is unknown color: approx Chestnut. HEX triplet: B5, 53 and 4F. RGB value is (181,83,79). Sum of RGB (Red+Green+Blue) = 181+83+79=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5534F is #4AACB0. Grayscale: #6F6F6F. Windows color (decimal): -4893873 or 5198773. OLE color: 5198773.

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

Color convert

RGB1818379-
CMYK00.540.560.29
HSL2.35º40.8%50.98%-
HSV(B)2.35º56.35%70.98%-
XYZ23.5616.579.35-
YUV111.85109.47177.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=52.77%
G=24.20%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181837900.540.560.292.3540.850.98
HexB5534F036381D22933
Octal265123117066703525163
Binary101101011010011100111101101101110001110110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5534F; }

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

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

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

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

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

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

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

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