#B75040

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

Shades of Chestnut #B75040

Tints of Chestnut #B75040

Color information

#B75040 (or 0xB75040) is unknown color: approx Chestnut. HEX triplet: B7, 50 and 40. RGB value is (183,80,64). Sum of RGB (Red+Green+Blue) = 183+80+64=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B75040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75040 is #48AFBF. Grayscale: #6D6D6D. Windows color (decimal): -4763584 or 4214967. OLE color: 4214967.

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

Color convert

RGB1838064-
CMYK00.560.650.28
HSL8.07º48.18%48.43%-
HSV(B)8.07º65.03%71.76%-
XYZ23.3216.176.74-
YUV108.97102.62180.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.96%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=55.96%
G=24.46%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183806400.560.650.288.0748.1848.43
HexB75040038411C83030
Octal26712010007010134106060
Binary101101111010000100000001110001000001111001000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75040; }

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

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

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

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

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

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

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

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