#B9524A

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

Shades of Chestnut #B9524A

Tints of Chestnut #B9524A

Color information

#B9524A (or 0xB9524A) is unknown color: approx Chestnut. HEX triplet: B9, 52 and 4A. RGB value is (185,82,74). Sum of RGB (Red+Green+Blue) = 185+82+74=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9524A is #46ADB5. Grayscale: #707070. Windows color (decimal): -4631990 or 4870841. OLE color: 4870841.

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

Color convert

RGB1858274-
CMYK00.560.60.27
HSL4.32º44.22%50.78%-
HSV(B)4.32º60%72.55%-
XYZ24.2616.848.45-
YUV111.88106.62180.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=54.25%
G=24.05%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185827400.560.60.274.3244.2250.78
HexB9524A0383C1B42c33
Octal271122112070743345463
Binary1011100110100101001010011100011110011011100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9524A; }

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

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

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

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

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

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

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

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