#B74740

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

Shades of Chestnut #B74740

Tints of Chestnut #B74740

Color information

#B74740 (or 0xB74740) is unknown color: approx Chestnut. HEX triplet: B7, 47 and 40. RGB value is (183,71,64). Sum of RGB (Red+Green+Blue) = 183+71+64=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B74740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74740 is #48B8BF. Grayscale: #676767. Windows color (decimal): -4765888 or 4212663. OLE color: 4212663.

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

Color convert

RGB1837164-
CMYK00.610.650.28
HSL3.53º48.18%48.43%-
HSV(B)3.53º65.03%71.76%-
XYZ22.7114.946.54-
YUV103.69105.61184.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.55%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=57.55%
G=22.33%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183716400.610.650.283.5348.1848.43
HexB7474003D411C43030
Octal2671071000751013446060
Binary10110111100011110000000111101100000111100100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74740; }

 p { color: rgb(183,71,64); }

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

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

 a { background-color: rgb(183,71,64); }

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

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

 span { border-color: rgb(183,71,64); }

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