#B65549

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

Shades of Chestnut #B65549

Tints of Chestnut #B65549

Color information

#B65549 (or 0xB65549) is unknown color: approx Chestnut. HEX triplet: B6, 55 and 49. RGB value is (182,85,73). Sum of RGB (Red+Green+Blue) = 182+85+73=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B65549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65549 is #49AAB6. Grayscale: #707070. Windows color (decimal): -4827831 or 4806070. OLE color: 4806070.

HSL color Cylindrical-coordinate representation of color #B65549: hue angle of 6.61º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B65549 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1828573-
CMYK00.530.600.29
HSL6.61º42.75%50%-
HSV(B)6.61º59.89%71.37%-
XYZ23.7416.928.32-
YUV112.64105.64177.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.53%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=53.53%
G=25%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182857300.530.600.296.6142.7550
HexB655490353C1D72b32
Octal266125111065743575362
Binary1011011010101011001001011010111110011101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65549; }

 p { color: rgb(182,85,73); }

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

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

 a { background-color: rgb(182,85,73); }

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

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

 span { border-color: rgb(182,85,73); }

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