#B8534D

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

Shades of Chestnut #B8534D

Tints of Chestnut #B8534D

Color information

#B8534D (or 0xB8534D) is unknown color: approx Chestnut. HEX triplet: B8, 53 and 4D. RGB value is (184,83,77). Sum of RGB (Red+Green+Blue) = 184+83+77=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8534D is #47ACB2. Grayscale: #707070. Windows color (decimal): -4697267 or 5067704. OLE color: 5067704.

HSL color Cylindrical-coordinate representation of color #B8534D: hue angle of 3.36º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8534D is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB1848377-
CMYK00.550.580.28
HSL3.36º42.97%51.18%-
HSV(B)3.36º58.15%72.16%-
XYZ24.216.919.01-
YUV112.52107.96178.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.49%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 77 (30.47% from 255) = 22.38%
R=53.49%
G=24.13%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184837700.550.580.283.3642.9751.18
HexB8534D0373A1C32b33
Octal270123115067723435363
Binary101110001010011100110101101111110101110011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8534D; }

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

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

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

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

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

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

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

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