#5A521F

Color #5A521F Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #5A521F

Tints of Bronze Olive #5A521F

Color information

#5A521F (or 0x5A521F) is unknown color: approx Bronze Olive. HEX triplet: 5A, 52 and 1F. RGB value is (90,82,31). Sum of RGB (Red+Green+Blue) = 90+82+31=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A521F is #A5ADE0. Grayscale: #4E4E4E. Windows color (decimal): -10857953 or 2052698. OLE color: 2052698.

HSL color Cylindrical-coordinate representation of color #5A521F: hue angle of 51.86º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A521F is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB908231-
CMYK00.090.660.65
HSL51.86º48.76%23.73%-
HSV(B)51.86º65.56%35.29%-
XYZ7.488.312.51-
YUV78.58101.15136.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.33%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=44.33%
G=40.39%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90823100.090.660.6551.8648.7623.73
Hex5A521F094241343118
Octal13212237011102101646130
Binary1011010101001011111010011000010100000111010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A521F; }

 p { color: rgb(90,82,31); }

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

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

 a { background-color: rgb(90,82,31); }

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

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

 span { border-color: rgb(90,82,31); }

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