Html Css Color HEX #5A5009 Bronze Olive

📋 copy color: '#5A5009'

red 90 ◦ green 80 ◦ blue 9

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

Shades of Bronze Olive #5A5009

Tints of Bronze Olive #5A5009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.03%

R = 50.28%
G = 44.69%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#5A5009 (or 0x5A5009) is known color: Bronze Olive. HEX triplet: 5A, 50 and 09. RGB value is (90,80,9). Sum of RGB (Red+Green+Blue) = 90+80+9=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5009 is #A5AFF6. Grayscale: #4B4B4B. Windows color (decimal): -10858487 or 610394. OLE color: 610394.

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

Color convert

RGB 90 80 9 -
CMYK 0 0.11 0.9 0.65
HSL 52.59º 0.82% 0.19% -
HSV(B) 52.59º 0.9% 0.35% -
XYZ 7.13 7.93 1.41 -
YUV 74.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 90 80 9 0 0.11 0.9 0.65 52.59 0.82 0.19
Hex 5A 50 9 0 B 5A 41 35 52 13
Octal 132 120 11 0 13 132 101 65 122 23
Binary 1011010 1010000 1001 0 1011 1011010 1000001 110101 1010010 10011

Color Harmonies of #5A5009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5009

Black with #5A5009

Text Example


Text Example

White with #5A5009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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