#B65444

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

Shades of Chestnut #B65444

Tints of Chestnut #B65444

Color information

#B65444 (or 0xB65444) is unknown color: approx Chestnut. HEX triplet: B6, 54 and 44. RGB value is (182,84,68). Sum of RGB (Red+Green+Blue) = 182+84+68=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B65444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65444 is #49ABBB. Grayscale: #6F6F6F. Windows color (decimal): -4828092 or 4478134. OLE color: 4478134.

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

Color convert

RGB1828468-
CMYK00.540.630.29
HSL8.42º45.6%49.02%-
HSV(B)8.42º62.64%71.37%-
XYZ23.5116.77.45-
YUV111.48103.47178.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 68 (26.95% from 255) = 20.36%
R=54.49%
G=25.15%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182846800.540.630.298.4245.649.02
HexB654440363F1D82e31
Octal2661241040667735105661
Binary10110110101010010001000110110111111111011000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65444; }

 p { color: rgb(182,84,68); }

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

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

 a { background-color: rgb(182,84,68); }

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

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

 span { border-color: rgb(182,84,68); }

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