Html Css Color HEX #5A520A Bronze Olive

📋 copy color: '#5A520A'

red 90 ◦ green 82 ◦ blue 10

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

Shades of Bronze Olive #5A520A

Tints of Bronze Olive #5A520A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.05%

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

R = 49.45%
G = 45.05%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#5A520A (or 0x5A520A) is known color: Bronze Olive. HEX triplet: 5A, 52 and 0A. RGB value is (90,82,10). Sum of RGB (Red+Green+Blue) = 90+82+10=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A520A is #A5ADF5. Grayscale: #4C4C4C. Windows color (decimal): -10857974 or 676442. OLE color: 676442.

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

Color convert

RGB 90 82 10 -
CMYK 0 0.09 0.89 0.65
HSL 54º 0.8% 0.2% -
HSV(B) 54º 0.89% 0.35% -
XYZ 7.29 8.23 1.49 -
YUV 76.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 90 82 10 0 0.09 0.89 0.65 54 0.8 0.2
Hex 5A 52 A 0 9 59 41 36 50 14
Octal 132 122 12 0 11 131 101 66 120 24
Binary 1011010 1010010 1010 0 1001 1011001 1000001 110110 1010000 10100

Color Harmonies of #5A520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A520A

Black with #5A520A

Text Example


Text Example

White with #5A520A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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