Html Css Color HEX #5A5519 Bronze Olive

📋 copy color: '#5A5519'

red 90 ◦ green 85 ◦ blue 25

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

Shades of Bronze Olive #5A5519

Tints of Bronze Olive #5A5519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.5%

 BLUE value IS 25 (10.16% from 255) = 12.5%

R = 45%
G = 42.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#5A5519 (or 0x5A5519) is known color: Bronze Olive. HEX triplet: 5A, 55 and 19. RGB value is (90,85,25). Sum of RGB (Red+Green+Blue) = 90+85+25=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5519 is #A5AAE6. Grayscale: #4F4F4F. Windows color (decimal): -10857191 or 1660250. OLE color: 1660250.

HSL color Cylindrical-coordinate representation of color #5A5519: hue angle of 55.38º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A5519 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 85 25 -
CMYK 0 0.06 0.72 0.65
HSL 55.38º 0.57% 0.23% -
HSV(B) 55.38º 0.72% 0.35% -
XYZ 7.64 8.74 2.2 -
YUV 79.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 90 85 25 0 0.06 0.72 0.65 55.38 0.57 0.23
Hex 5A 55 19 0 6 48 41 37 39 17
Octal 132 125 31 0 6 110 101 67 71 27
Binary 1011010 1010101 11001 0 110 1001000 1000001 110111 111001 10111

Color Harmonies of #5A5519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5519

Black with #5A5519

Text Example


Text Example

White with #5A5519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,85,25); }

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

background-color css

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

 a { background-color: rgb(90,85,25); }

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

border-color css

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

 span { border-color: rgb(90,85,25); }

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