#5A5201

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

Shades of Bronze Olive #5A5201

Tints of Bronze Olive #5A5201

Color information

#5A5201 (or 0x5A5201) is unknown color: approx Bronze Olive. HEX triplet: 5A, 52 and 01. RGB value is (90,82,1). Sum of RGB (Red+Green+Blue) = 90+82+1=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5201 is #A5ADFE. Grayscale: #4B4B4B. Windows color (decimal): -10857983 or 86618. OLE color: 86618.

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

Color convert

RGB90821-
CMYK00.090.990.65
HSL54.61º97.8%17.84%-
HSV(B)54.61º98.89%35.29%-
XYZ7.248.211.23-
YUV75.1686.15138.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.02%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=52.02%
G=47.40%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9082100.090.990.6554.6197.817.84
Hex5A521096341376212
Octal13212210111431016714222
Binary1011010101001010100111000111000001110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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