#B64741

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

Shades of Chestnut #B64741

Tints of Chestnut #B64741

Color information

#B64741 (or 0xB64741) is unknown color: approx Chestnut. HEX triplet: B6, 47 and 41. RGB value is (182,71,65). Sum of RGB (Red+Green+Blue) = 182+71+65=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B64741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64741 is #49B8BE. Grayscale: #676767. Windows color (decimal): -4831423 or 4278198. OLE color: 4278198.

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

Color convert

RGB1827165-
CMYK00.610.640.29
HSL3.08º47.37%48.43%-
HSV(B)3.08º64.29%71.37%-
XYZ22.514.836.68-
YUV103.5106.27183.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.23%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 65 (25.78% from 255) = 20.44%
R=57.23%
G=22.33%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182716500.610.640.293.0847.3748.43
HexB6474103D401D32f30
Octal2661071010751003535760
Binary1011011010001111000001011110110000001110111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64741; }

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

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

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

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

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

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

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

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