#B75347

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

Shades of Chestnut #B75347

Tints of Chestnut #B75347

Color information

#B75347 (or 0xB75347) is unknown color: approx Chestnut. HEX triplet: B7, 53 and 47. RGB value is (183,83,71). Sum of RGB (Red+Green+Blue) = 183+83+71=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B75347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75347 is #48ACB8. Grayscale: #6F6F6F. Windows color (decimal): -4762809 or 4674487. OLE color: 4674487.

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

Color convert

RGB1838371-
CMYK00.550.610.28
HSL6.43º44.09%49.8%-
HSV(B)6.43º61.2%71.76%-
XYZ23.7616.717.93-
YUV111.53105.13178.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 71 (28.12% from 255) = 21.07%
R=54.30%
G=24.63%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183837100.550.610.286.4344.0949.8
HexB753470373D1C62c32
Octal267123107067753465462
Binary1011011110100111000111011011111110111100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75347; }

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

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

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

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

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

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

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

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