#B75045

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

Shades of Chestnut #B75045

Tints of Chestnut #B75045

Color information

#B75045 (or 0xB75045) is unknown color: approx Chestnut. HEX triplet: B7, 50 and 45. RGB value is (183,80,69). Sum of RGB (Red+Green+Blue) = 183+80+69=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B75045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75045 is #48AFBA. Grayscale: #6D6D6D. Windows color (decimal): -4763579 or 4542647. OLE color: 4542647.

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

Color convert

RGB1838069-
CMYK00.560.620.28
HSL5.79º45.24%49.41%-
HSV(B)5.79º62.3%71.76%-
XYZ23.4716.237.53-
YUV109.54105.12180.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.12%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 69 (27.34% from 255) = 20.78%
R=55.12%
G=24.10%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183806900.560.620.285.7945.2449.41
HexB750450383E1C62d31
Octal267120105070763465561
Binary1011011110100001000101011100011111011100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75045; }

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

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

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

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

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

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

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

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