#B64940

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

Shades of Chestnut #B64940

Tints of Chestnut #B64940

Color information

#B64940 (or 0xB64940) is unknown color: approx Chestnut. HEX triplet: B6, 49 and 40. RGB value is (182,73,64). Sum of RGB (Red+Green+Blue) = 182+73+64=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B64940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64940 is #49B6BF. Grayscale: #686868. Windows color (decimal): -4830912 or 4213174. OLE color: 4213174.

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

Color convert

RGB1827364-
CMYK00.600.650.29
HSL4.58º47.97%48.24%-
HSV(B)4.58º64.84%71.37%-
XYZ22.615.086.57-
YUV104.57105.11183.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.05%
GREEN value IS 73 (28.91% from 255) = 22.88%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=57.05%
G=22.88%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182736400.600.650.294.5847.9748.24
HexB6494003C411D53030
Octal2661111000741013556060
Binary10110110100100110000000111100100000111101101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64940; }

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

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

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

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

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

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

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

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