#B64D41

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

Shades of Chestnut #B64D41

Tints of Chestnut #B64D41

Color information

#B64D41 (or 0xB64D41) is unknown color: approx Chestnut. HEX triplet: B6, 4D and 41. RGB value is (182,77,65). Sum of RGB (Red+Green+Blue) = 182+77+65=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64D41 is #49B2BE. Grayscale: #6B6B6B. Windows color (decimal): -4829887 or 4279734. OLE color: 4279734.

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

Color convert

RGB1827765-
CMYK00.580.640.29
HSL6.15º47.37%48.43%-
HSV(B)6.15º64.29%71.37%-
XYZ22.915.636.81-
YUV107.03104.29181.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.17%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 65 (25.78% from 255) = 20.06%
R=56.17%
G=23.77%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182776500.580.640.296.1547.3748.43
HexB64D4103A401D62f30
Octal2661151010721003565760
Binary10110110100110110000010111010100000011101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D41; }

 p { color: rgb(182,77,65); }

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

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

 a { background-color: rgb(182,77,65); }

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

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

 span { border-color: rgb(182,77,65); }

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