#B75042

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

Shades of Chestnut #B75042

Tints of Chestnut #B75042

Color information

#B75042 (or 0xB75042) is unknown color: approx Chestnut. HEX triplet: B7, 50 and 42. RGB value is (183,80,66). Sum of RGB (Red+Green+Blue) = 183+80+66=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B75042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75042 is #48AFBD. Grayscale: #6D6D6D. Windows color (decimal): -4763582 or 4346039. OLE color: 4346039.

HSL color Cylindrical-coordinate representation of color #B75042: hue angle of 7.18º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B75042 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB1838066-
CMYK00.560.640.28
HSL7.18º46.99%48.82%-
HSV(B)7.18º63.93%71.76%-
XYZ23.3816.27.05-
YUV109.2103.62180.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.62%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 66 (26.17% from 255) = 20.06%
R=55.62%
G=24.32%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183806600.560.640.287.1846.9948.82
HexB75042038401C72f31
Octal2671201020701003475761
Binary10110111101000010000100111000100000011100111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75042; }

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

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

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

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

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

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

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

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