Html Css Color HEX #5A500A Bronze Olive

📋 copy color: '#5A500A'

red 90 ◦ green 80 ◦ blue 10

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

Shades of Bronze Olive #5A500A

Tints of Bronze Olive #5A500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.56%

R = 50%
G = 44.44%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#5A500A (or 0x5A500A) is known color: Bronze Olive. HEX triplet: 5A, 50 and 0A. RGB value is (90,80,10). Sum of RGB (Red+Green+Blue) = 90+80+10=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A500A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A500A is #A5AFF5. Grayscale: #4B4B4B. Windows color (decimal): -10858486 or 675930. OLE color: 675930.

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

Color convert

RGB 90 80 10 -
CMYK 0 0.11 0.89 0.65
HSL 52.5º 0.8% 0.2% -
HSV(B) 52.5º 0.89% 0.35% -
XYZ 7.14 7.93 1.44 -
YUV 75.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 90 80 10 0 0.11 0.89 0.65 52.5 0.8 0.2
Hex 5A 50 A 0 B 59 41 34 50 14
Octal 132 120 12 0 13 131 101 64 120 24
Binary 1011010 1010000 1010 0 1011 1011001 1000001 110100 1010000 10100

Color Harmonies of #5A500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A500A

Black with #5A500A

Text Example


Text Example

White with #5A500A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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