#B5503E

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

Shades of Chestnut #B5503E

Tints of Chestnut #B5503E

Color information

#B5503E (or 0xB5503E) is unknown color: approx Chestnut. HEX triplet: B5, 50 and 3E. RGB value is (181,80,62). Sum of RGB (Red+Green+Blue) = 181+80+62=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5503E is #4AAFC1. Grayscale: #6C6C6C. Windows color (decimal): -4894658 or 4083893. OLE color: 4083893.

HSL color Cylindrical-coordinate representation of color #B5503E: hue angle of 9.08º 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 #B5503E is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1818062-
CMYK00.560.660.29
HSL9.08º48.97%47.65%-
HSV(B)9.08º65.75%70.98%-
XYZ22.7915.916.43-
YUV108.15101.96179.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 80 (31.64% from 255) = 24.77%
BLUE value IS 62 (24.61% from 255) = 19.20%
R=56.04%
G=24.77%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181806200.560.660.299.0848.9747.65
HexB5503E038421D93130
Octal2651207607010235116160
Binary10110101101000011111001110001000010111011001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5503E; }

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

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

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

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

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

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

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

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