#B74C47

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

Shades of Chestnut #B74C47

Tints of Chestnut #B74C47

Color information

#B74C47 (or 0xB74C47) is unknown color: approx Chestnut. HEX triplet: B7, 4C and 47. RGB value is (183,76,71). Sum of RGB (Red+Green+Blue) = 183+76+71=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74C47 is #48B3B8. Grayscale: #6B6B6B. Windows color (decimal): -4764601 or 4672695. OLE color: 4672695.

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

Color convert

RGB1837671-
CMYK00.580.610.28
HSL2.68º44.09%49.8%-
HSV(B)2.68º61.2%71.76%-
XYZ23.2515.697.76-
YUV107.42107.45181.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.45%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 71 (28.12% from 255) = 21.52%
R=55.45%
G=23.03%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183767100.580.610.282.6844.0949.8
HexB74C4703A3D1C32c32
Octal267114107072753435462
Binary101101111001100100011101110101111011110011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C47; }

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

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

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

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

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

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

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

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