#B5514A

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

Shades of Chestnut #B5514A

Tints of Chestnut #B5514A

Color information

#B5514A (or 0xB5514A) is unknown color: approx Chestnut. HEX triplet: B5, 51 and 4A. RGB value is (181,81,74). Sum of RGB (Red+Green+Blue) = 181+81+74=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B5514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5514A is #4AAEB5. Grayscale: #6E6E6E. Windows color (decimal): -4894390 or 4870581. OLE color: 4870581.

HSL color Cylindrical-coordinate representation of color #B5514A: hue angle of 3.93º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5514A is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1818174-
CMYK00.550.590.29
HSL3.93º41.96%50%-
HSV(B)3.93º59.12%70.98%-
XYZ23.2316.28.38-
YUV110.1107.63178.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.87%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=53.87%
G=24.11%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181817400.550.590.293.9341.9650
HexB5514A0373B1D42a32
Octal265121112067733545262
Binary1011010110100011001010011011111101111101100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5514A; }

 p { color: rgb(181,81,74); }

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

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

 a { background-color: rgb(181,81,74); }

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

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

 span { border-color: rgb(181,81,74); }

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