#B9524B

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

Shades of Chestnut #B9524B

Tints of Chestnut #B9524B

Color information

#B9524B (or 0xB9524B) is unknown color: approx Chestnut. HEX triplet: B9, 52 and 4B. RGB value is (185,82,75). Sum of RGB (Red+Green+Blue) = 185+82+75=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B9524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9524B is #46ADB4. Grayscale: #707070. Windows color (decimal): -4631989 or 4936377. OLE color: 4936377.

HSL color Cylindrical-coordinate representation of color #B9524B: hue angle of 3.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9524B is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1858275-
CMYK00.560.590.27
HSL3.82º44%50.98%-
HSV(B)3.82º59.46%72.55%-
XYZ24.2916.868.63-
YUV112107.12180.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.09%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=54.09%
G=23.98%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185827500.560.590.273.824450.98
HexB9524B0383B1B42c33
Octal271122113070733345463
Binary1011100110100101001011011100011101111011100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9524B; }

 p { color: rgb(185,82,75); }

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

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

 a { background-color: rgb(185,82,75); }

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

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

 span { border-color: rgb(185,82,75); }

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