Html Css Color HEX #5A5021 Bronze Olive

📋 copy color: '#5A5021'

red 90 ◦ green 80 ◦ blue 33

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

Shades of Bronze Olive #5A5021

Tints of Bronze Olive #5A5021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

 BLUE value IS 33 (13.28% from 255) = 16.26%

R = 44.33%
G = 39.41%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A5021 (or 0x5A5021) is known color: Bronze Olive. HEX triplet: 5A, 50 and 21. RGB value is (90,80,33). Sum of RGB (Red+Green+Blue) = 90+80+33=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5021 is #A5AFDE. Grayscale: #4D4D4D. Windows color (decimal): -10858463 or 2183258. OLE color: 2183258.

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

Color convert

RGB 90 80 33 -
CMYK 0 0.11 0.63 0.65
HSL 49.47º 0.46% 0.24% -
HSV(B) 49.47º 0.63% 0.35% -
XYZ 7.36 8.02 2.6 -
YUV 77.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 90 80 33 0 0.11 0.63 0.65 49.47 0.46 0.24
Hex 5A 50 21 0 B 3F 41 31 2E 18
Octal 132 120 41 0 13 77 101 61 56 30
Binary 1011010 1010000 100001 0 1011 111111 1000001 110001 101110 11000

Color Harmonies of #5A5021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5021

Black with #5A5021

Text Example


Text Example

White with #5A5021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,80,33); }

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

background-color css

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

 a { background-color: rgb(90,80,33); }

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

border-color css

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

 span { border-color: rgb(90,80,33); }

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