#B64540

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

Shades of Chestnut #B64540

Tints of Chestnut #B64540

Color information

#B64540 (or 0xB64540) is unknown color: approx Chestnut. HEX triplet: B6, 45 and 40. RGB value is (182,69,64). Sum of RGB (Red+Green+Blue) = 182+69+64=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B64540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64540 is #49BABF. Grayscale: #666666. Windows color (decimal): -4831936 or 4212150. OLE color: 4212150.

HSL color Cylindrical-coordinate representation of color #B64540: hue angle of 2.54º 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 #B64540 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1826964-
CMYK00.620.650.29
HSL2.54º47.97%48.24%-
HSV(B)2.54º64.84%71.37%-
XYZ22.3414.576.49-
YUV102.22106.44184.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.78%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=57.78%
G=21.90%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182696400.620.650.292.5447.9748.24
HexB6454003E411D33030
Octal2661051000761013536060
Binary1011011010001011000000011111010000011110111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64540; }

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

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

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

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

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

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

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

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