#B75445

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

Shades of Chestnut #B75445

Tints of Chestnut #B75445

Color information

#B75445 (or 0xB75445) is unknown color: approx Chestnut. HEX triplet: B7, 54 and 45. RGB value is (183,84,69). Sum of RGB (Red+Green+Blue) = 183+84+69=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B75445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75445 is #48ABBA. Grayscale: #707070. Windows color (decimal): -4762555 or 4543671. OLE color: 4543671.

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

Color convert

RGB1838469-
CMYK00.540.620.28
HSL7.89º45.24%49.41%-
HSV(B)7.89º62.3%71.76%-
XYZ23.7716.847.63-
YUV111.89103.8178.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.46%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=54.46%
G=25%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183846900.540.620.287.8945.2449.41
HexB754450363E1C82d31
Octal2671241050667634105561
Binary10110111101010010001010110110111110111001000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75445; }

 p { color: rgb(183,84,69); }

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

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

 a { background-color: rgb(183,84,69); }

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

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

 span { border-color: rgb(183,84,69); }

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