Html Css Color HEX #5A520E Bronze Olive

📋 copy color: '#5A520E'

red 90 ◦ green 82 ◦ blue 14

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

Shades of Bronze Olive #5A520E

Tints of Bronze Olive #5A520E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.53%

R = 48.39%
G = 44.09%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A520E (or 0x5A520E) is known color: Bronze Olive. HEX triplet: 5A, 52 and 0E. RGB value is (90,82,14). Sum of RGB (Red+Green+Blue) = 90+82+14=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A520E is #A5ADF1. Grayscale: #4C4C4C. Windows color (decimal): -10857970 or 938586. OLE color: 938586.

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

Color convert

RGB 90 82 14 -
CMYK 0 0.09 0.84 0.65
HSL 53.68º 0.73% 0.2% -
HSV(B) 53.68º 0.84% 0.35% -
XYZ 7.31 8.24 1.62 -
YUV 76.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 90 82 14 0 0.09 0.84 0.65 53.68 0.73 0.2
Hex 5A 52 E 0 9 54 41 36 49 14
Octal 132 122 16 0 11 124 101 66 111 24
Binary 1011010 1010010 1110 0 1001 1010100 1000001 110110 1001001 10100

Color Harmonies of #5A520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A520E

Black with #5A520E

Text Example


Text Example

White with #5A520E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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