Html Css Color HEX #5A4920 Bronze Olive

📋 copy color: '#5A4920'

red 90 ◦ green 73 ◦ blue 32

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

Shades of Bronze Olive #5A4920

Tints of Bronze Olive #5A4920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.44%

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

R = 46.15%
G = 37.44%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#5A4920 (or 0x5A4920) is known color: Bronze Olive. HEX triplet: 5A, 49 and 20. RGB value is (90,73,32). Sum of RGB (Red+Green+Blue) = 90+73+32=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4920 is #A5B6DF. Grayscale: #494949. Windows color (decimal): -10860256 or 2115930. OLE color: 2115930.

HSL color Cylindrical-coordinate representation of color #5A4920: hue angle of 42.41º 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 #5A4920 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 73 32 -
CMYK 0 0.19 0.64 0.65
HSL 42.41º 0.48% 0.24% -
HSV(B) 42.41º 0.64% 0.35% -
XYZ 6.86 7.04 2.36 -
YUV 73.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 90 73 32 0 0.19 0.64 0.65 42.41 0.48 0.24
Hex 5A 49 20 0 13 40 41 2A 30 18
Octal 132 111 40 0 23 100 101 52 60 30
Binary 1011010 1001001 100000 0 10011 1000000 1000001 101010 110000 11000

Color Harmonies of #5A4920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4920

Black with #5A4920

Text Example


Text Example

White with #5A4920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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