#B9534F

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

Shades of Chestnut #B9534F

Tints of Chestnut #B9534F

Color information

#B9534F (or 0xB9534F) is unknown color: approx Chestnut. HEX triplet: B9, 53 and 4F. RGB value is (185,83,79). Sum of RGB (Red+Green+Blue) = 185+83+79=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9534F is #46ACB0. Grayscale: #717171. Windows color (decimal): -4631729 or 5198777. OLE color: 5198777.

HSL color Cylindrical-coordinate representation of color #B9534F: hue angle of 2.26º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9534F is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1858379-
CMYK00.550.570.27
HSL2.26º43.09%51.76%-
HSV(B)2.26º57.3%72.55%-
XYZ24.5117.079.4-
YUV113.04108.79179.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.31%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=53.31%
G=23.92%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185837900.550.570.272.2643.0951.76
HexB9534F037391B22b34
Octal271123117067713325364
Binary101110011010011100111101101111110011101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9534F; }

 p { color: rgb(185,83,79); }

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

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

 a { background-color: rgb(185,83,79); }

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

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

 span { border-color: rgb(185,83,79); }

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