#B74D40

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

Shades of Chestnut #B74D40

Tints of Chestnut #B74D40

Color information

#B74D40 (or 0xB74D40) is unknown color: approx Chestnut. HEX triplet: B7, 4D and 40. RGB value is (183,77,64). Sum of RGB (Red+Green+Blue) = 183+77+64=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74D40 is #48B2BF. Grayscale: #6B6B6B. Windows color (decimal): -4764352 or 4214199. OLE color: 4214199.

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

Color convert

RGB1837764-
CMYK00.580.650.28
HSL6.55º48.18%48.43%-
HSV(B)6.55º65.03%71.76%-
XYZ23.1115.756.67-
YUV107.21103.62182.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.48%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=56.48%
G=23.77%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183776400.580.650.286.5548.1848.43
HexB74D4003A411C73030
Octal2671151000721013476060
Binary10110111100110110000000111010100000111100111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74D40; }

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

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

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

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

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

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

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

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