#B85340

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

Shades of Chestnut #B85340

Tints of Chestnut #B85340

Color information

#B85340 (or 0xB85340) is unknown color: approx Chestnut. HEX triplet: B8, 53 and 40. RGB value is (184,83,64). Sum of RGB (Red+Green+Blue) = 184+83+64=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B85340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85340 is #47ACBF. Grayscale: #6F6F6F. Windows color (decimal): -4697280 or 4215736. OLE color: 4215736.

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

Color convert

RGB1848364-
CMYK00.550.650.28
HSL9.5º48.39%48.63%-
HSV(B)9.5º65.22%72.16%-
XYZ23.7916.756.83-
YUV111.03101.46180.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 64 (25.39% from 255) = 19.34%
R=55.59%
G=25.08%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184836400.550.650.289.548.3948.63
HexB85340037411Ca3031
Octal27012310006710134126061
Binary101110001010011100000001101111000001111001010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85340; }

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

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

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

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

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

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

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

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