Html Css Color HEX #5A490E Bronze Olive

📋 copy color: '#5A490E'

red 90 ◦ green 73 ◦ blue 14

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

Shades of Bronze Olive #5A490E

Tints of Bronze Olive #5A490E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.24%

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

R = 50.85%
G = 41.24%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A490E (or 0x5A490E) is known color: Bronze Olive. HEX triplet: 5A, 49 and 0E. RGB value is (90,73,14). Sum of RGB (Red+Green+Blue) = 90+73+14=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A490E is #A5B6F1. Grayscale: #474747. Windows color (decimal): -10860274 or 936282. OLE color: 936282.

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

Color convert

RGB 90 73 14 -
CMYK 0 0.19 0.84 0.65
HSL 46.58º 0.73% 0.2% -
HSV(B) 46.58º 0.84% 0.35% -
XYZ 6.68 6.97 1.41 -
YUV 71.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 90 73 14 0 0.19 0.84 0.65 46.58 0.73 0.2
Hex 5A 49 E 0 13 54 41 2F 49 14
Octal 132 111 16 0 23 124 101 57 111 24
Binary 1011010 1001001 1110 0 10011 1010100 1000001 101111 1001001 10100

Color Harmonies of #5A490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A490E

Black with #5A490E

Text Example


Text Example

White with #5A490E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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