#B74947

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

Shades of Chestnut #B74947

Tints of Chestnut #B74947

Color information

#B74947 (or 0xB74947) is unknown color: approx Chestnut. HEX triplet: B7, 49 and 47. RGB value is (183,73,71). Sum of RGB (Red+Green+Blue) = 183+73+71=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B74947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74947 is #48B6B8. Grayscale: #696969. Windows color (decimal): -4765369 or 4671927. OLE color: 4671927.

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

Color convert

RGB1837371-
CMYK00.600.610.28
HSL1.07º44.09%49.8%-
HSV(B)1.07º61.2%71.76%-
XYZ23.0515.297.7-
YUV105.66108.44183.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.96%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 71 (28.12% from 255) = 21.71%
R=55.96%
G=22.32%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183737100.600.610.281.0744.0949.8
HexB7494703C3D1C12c32
Octal267111107074753415462
Binary10110111100100110001110111100111101111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74947; }

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

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

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

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

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

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

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

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