Html Css Color HEX #5A5018 Bronze Olive

📋 copy color: '#5A5018'

red 90 ◦ green 80 ◦ blue 24

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

Shades of Bronze Olive #5A5018

Tints of Bronze Olive #5A5018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.37%

R = 46.39%
G = 41.24%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#5A5018 (or 0x5A5018) is known color: Bronze Olive. HEX triplet: 5A, 50 and 18. RGB value is (90,80,24). Sum of RGB (Red+Green+Blue) = 90+80+24=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5018 is #A5AFE7. Grayscale: #4C4C4C. Windows color (decimal): -10858472 or 1593434. OLE color: 1593434.

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

Color convert

RGB 90 80 24 -
CMYK 0 0.11 0.73 0.65
HSL 50.91º 0.58% 0.22% -
HSV(B) 50.91º 0.73% 0.35% -
XYZ 7.25 7.98 2.02 -
YUV 76.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 90 80 24 0 0.11 0.73 0.65 50.91 0.58 0.22
Hex 5A 50 18 0 B 49 41 33 3A 16
Octal 132 120 30 0 13 111 101 63 72 26
Binary 1011010 1010000 11000 0 1011 1001001 1000001 110011 111010 10110

Color Harmonies of #5A5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5018

Black with #5A5018

Text Example


Text Example

White with #5A5018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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