Html Css Color HEX #5A540E Bronze Olive

📋 copy color: '#5A540E'

red 90 ◦ green 84 ◦ blue 14

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

Shades of Bronze Olive #5A540E

Tints of Bronze Olive #5A540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.68%

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

R = 47.87%
G = 44.68%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A540E (or 0x5A540E) is known color: Bronze Olive. HEX triplet: 5A, 54 and 0E. RGB value is (90,84,14). Sum of RGB (Red+Green+Blue) = 90+84+14=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A540E is #A5ABF1. Grayscale: #4E4E4E. Windows color (decimal): -10857458 or 939098. OLE color: 939098.

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

Color convert

RGB 90 84 14 -
CMYK 0 0.07 0.84 0.65
HSL 55.26º 0.73% 0.2% -
HSV(B) 55.26º 0.84% 0.35% -
XYZ 7.47 8.55 1.67 -
YUV 77.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 90 84 14 0 0.07 0.84 0.65 55.26 0.73 0.2
Hex 5A 54 E 0 7 54 41 37 49 14
Octal 132 124 16 0 7 124 101 67 111 24
Binary 1011010 1010100 1110 0 111 1010100 1000001 110111 1001001 10100

Color Harmonies of #5A540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A540E

Black with #5A540E

Text Example


Text Example

White with #5A540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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