#B74D49

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

Shades of Chestnut #B74D49

Tints of Chestnut #B74D49

Color information

#B74D49 (or 0xB74D49) is unknown color: approx Chestnut. HEX triplet: B7, 4D and 49. RGB value is (183,77,73). Sum of RGB (Red+Green+Blue) = 183+77+73=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74D49 is #48B2B6. Grayscale: #6C6C6C. Windows color (decimal): -4764343 or 4804023. OLE color: 4804023.

HSL color Cylindrical-coordinate representation of color #B74D49: hue angle of 2.18º 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 #B74D49 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1837773-
CMYK00.580.600.28
HSL2.18º43.31%50.2%-
HSV(B)2.18º60.11%71.76%-
XYZ23.3815.868.13-
YUV108.24108.12181.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 77 (30.47% from 255) = 23.12%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=54.95%
G=23.12%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183777300.580.600.282.1843.3150.2
HexB74D4903A3C1C22b32
Octal267115111072743425362
Binary101101111001101100100101110101111001110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74D49; }

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

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

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

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

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

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

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

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