Html Css Color HEX #5A5201 Bronze Olive

📋 copy color: '#5A5201'

red 90 ◦ green 82 ◦ blue 1

#5A5201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #5A5201

Tints of Bronze Olive #5A5201

RGB

 RED value IS 90 (35.55% from 255) = 52.02%

 GREEN value IS 82 (32.42% from 255) = 47.4%

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 52.02%
G = 47.4%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#5A5201 (or 0x5A5201) is known color: 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

RGB 90 82 1 -
CMYK 0 0.09 0.99 0.65
HSL 54.61º 0.98% 0.18% -
HSV(B) 54.61º 0.99% 0.35% -
XYZ 7.24 8.21 1.23 -
YUV 75.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 90 82 1 0 0.09 0.99 0.65 54.61 0.98 0.18
Hex 5A 52 1 0 9 63 41 37 62 12
Octal 132 122 1 0 11 143 101 67 142 22
Binary 1011010 1010010 1 0 1001 1100011 1000001 110111 1100010 10010

Color Harmonies of #5A5201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5201

Black with #5A5201

Text Example


Text Example

White with #5A5201

Text Example


Text Example

HTML Codes & Css Web 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>