#b5493e

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

Shades of Chestnut #B5493E

Tints of Chestnut #B5493E

Color information

#B5493E (or 0xB5493E) is unknown color: approx Chestnut. HEX triplet: B5, 49 and 3E. RGB value is (181,73,62). Sum of RGB (Red+Green+Blue) = 181+73+62=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B5493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5493E is #4AB6C1. Grayscale: #686868. Windows color (decimal): -4896450 or 4082101. OLE color: 4082101.

HSL color Cylindrical-coordinate representation of color #B5493E: hue angle of 5.55º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5493E is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1817362-
CMYK00.600.660.29
HSL5.55º48.97%47.65%-
HSV(B)5.55º65.75%70.98%-
XYZ22.3114.946.26-
YUV104.04104.28182.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.28%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 62 (24.61% from 255) = 19.62%
R=57.28%
G=23.10%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181736200.600.660.295.5548.9747.65
HexB5493E03C421D63130
Octal265111760741023566160
Binary1011010110010011111100111100100001011101110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5493e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5493e; }

 p { color: rgb(181,73,62); }

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

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

 a { background-color: rgb(181,73,62); }

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

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

 span { border-color: rgb(181,73,62); }

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