#B74C40

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

Shades of Chestnut #B74C40

Tints of Chestnut #B74C40

Color information

#B74C40 (or 0xB74C40) is unknown color: approx Chestnut. HEX triplet: B7, 4C and 40. RGB value is (183,76,64). Sum of RGB (Red+Green+Blue) = 183+76+64=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74C40 is #48B3BF. Grayscale: #6A6A6A. Windows color (decimal): -4764608 or 4213943. OLE color: 4213943.

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

Color convert

RGB1837664-
CMYK00.580.650.28
HSL6.05º48.18%48.43%-
HSV(B)6.05º65.03%71.76%-
XYZ23.0415.616.65-
YUV106.62103.95182.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 76 (30.08% from 255) = 23.53%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=56.66%
G=23.53%
B=19.81%

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
Decimal183766400.580.650.286.0548.1848.43
HexB74C4003A411C63030
Octal2671141000721013466060
Binary10110111100110010000000111010100000111100110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C40; }

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

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

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

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

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

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

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

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