#B74E49

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

Shades of Chestnut #B74E49

Tints of Chestnut #B74E49

Color information

#B74E49 (or 0xB74E49) is unknown color: approx Chestnut. HEX triplet: B7, 4E and 49. RGB value is (183,78,73). Sum of RGB (Red+Green+Blue) = 183+78+73=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74E49 is #48B1B6. Grayscale: #6C6C6C. Windows color (decimal): -4764087 or 4804279. OLE color: 4804279.

HSL color Cylindrical-coordinate representation of color #B74E49: hue angle of 2.73º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74E49 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1837873-
CMYK00.570.600.28
HSL2.73º43.31%50.2%-
HSV(B)2.73º60.11%71.76%-
XYZ23.46168.15-
YUV108.82107.79180.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.79%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=54.79%
G=23.35%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183787300.570.600.282.7343.3150.2
HexB74E490393C1C32b32
Octal267116111071743435362
Binary101101111001110100100101110011111001110011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E49; }

 p { color: rgb(183,78,73); }

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

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

 a { background-color: rgb(183,78,73); }

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

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

 span { border-color: rgb(183,78,73); }

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