#B75449

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

Shades of Chestnut #B75449

Tints of Chestnut #B75449

Color information

#B75449 (or 0xB75449) is unknown color: approx Chestnut. HEX triplet: B7, 54 and 49. RGB value is (183,84,73). Sum of RGB (Red+Green+Blue) = 183+84+73=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B75449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75449 is #48ABB6. Grayscale: #707070. Windows color (decimal): -4762551 or 4805815. OLE color: 4805815.

HSL color Cylindrical-coordinate representation of color #B75449: hue angle of 6º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B75449 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1838473-
CMYK00.540.600.28
HSL43.31%50.2%-
HSV(B)60.11%71.76%-
XYZ23.916.898.3-
YUV112.35105.8178.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.82%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=53.82%
G=24.71%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183847300.540.600.28643.3150.2
HexB754490363C1C62b32
Octal267124111066743465362
Binary1011011110101001001001011011011110011100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75449; }

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

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

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

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

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

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

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

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