Html Css Color HEX #5A5420 Bronze Olive

📋 copy color: '#5A5420'

red 90 ◦ green 84 ◦ blue 32

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

Shades of Bronze Olive #5A5420

Tints of Bronze Olive #5A5420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.78%

 BLUE value IS 32 (12.89% from 255) = 15.53%

R = 43.69%
G = 40.78%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#5A5420 (or 0x5A5420) is known color: Bronze Olive. HEX triplet: 5A, 54 and 20. RGB value is (90,84,32). Sum of RGB (Red+Green+Blue) = 90+84+32=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5420 is #A5ABDF. Grayscale: #505050. Windows color (decimal): -10857440 or 2118746. OLE color: 2118746.

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

Color convert

RGB 90 84 32 -
CMYK 0 0.07 0.64 0.65
HSL 53.79º 0.48% 0.24% -
HSV(B) 53.79º 0.64% 0.35% -
XYZ 7.65 8.62 2.63 -
YUV 79.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 90 84 32 0 0.07 0.64 0.65 53.79 0.48 0.24
Hex 5A 54 20 0 7 40 41 36 30 18
Octal 132 124 40 0 7 100 101 66 60 30
Binary 1011010 1010100 100000 0 111 1000000 1000001 110110 110000 11000

Color Harmonies of #5A5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5420

Black with #5A5420

Text Example


Text Example

White with #5A5420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,84,32); }

 H1.HeaderClassName
 {
   color: #5A5420;
 }
 .AnyTagClassName
 {
   color: #5A5420;
 }
</style>

background-color css

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

 a { background-color: rgb(90,84,32); }

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

border-color css

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

 span { border-color: rgb(90,84,32); }

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