#B4534D

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

Shades of Chestnut #B4534D

Tints of Chestnut #B4534D

Color information

#B4534D (or 0xB4534D) is unknown color: approx Chestnut. HEX triplet: B4, 53 and 4D. RGB value is (180,83,77). Sum of RGB (Red+Green+Blue) = 180+83+77=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4534D is #4BACB2. Grayscale: #6F6F6F. Windows color (decimal): -4959411 or 5067700. OLE color: 5067700.

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

Color convert

RGB1808377-
CMYK00.540.570.29
HSL3.5º40.71%50.39%-
HSV(B)3.5º57.22%70.59%-
XYZ23.2616.438.97-
YUV111.32108.64176.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.94%
GREEN value IS 83 (32.81% from 255) = 24.41%
BLUE value IS 77 (30.47% from 255) = 22.65%
R=52.94%
G=24.41%
B=22.65%

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
Decimal180837700.540.570.293.540.7150.39
HexB4534D036391D32932
Octal264123115066713535162
Binary101101001010011100110101101101110011110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4534D; }

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

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

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

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

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

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

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

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