Html Css Color HEX #5A4E11 Bronze Olive

📋 copy color: '#5A4E11'

red 90 ◦ green 78 ◦ blue 17

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

Shades of Bronze Olive #5A4E11

Tints of Bronze Olive #5A4E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.16%

 BLUE value IS 17 (7.03% from 255) = 9.19%

R = 48.65%
G = 42.16%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#5A4E11 (or 0x5A4E11) is known color: Bronze Olive. HEX triplet: 5A, 4E and 11. RGB value is (90,78,17). Sum of RGB (Red+Green+Blue) = 90+78+17=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4E11 is #A5B1EE. Grayscale: #4A4A4A. Windows color (decimal): -10858991 or 1134170. OLE color: 1134170.

HSL color Cylindrical-coordinate representation of color #5A4E11: hue angle of 50.14º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A4E11 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 78 17 -
CMYK 0 0.13 0.81 0.65
HSL 50.14º 0.68% 0.21% -
HSV(B) 50.14º 0.81% 0.35% -
XYZ 7.04 7.66 1.64 -
YUV 74.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 90 78 17 0 0.13 0.81 0.65 50.14 0.68 0.21
Hex 5A 4E 11 0 D 51 41 32 44 15
Octal 132 116 21 0 15 121 101 62 104 25
Binary 1011010 1001110 10001 0 1101 1010001 1000001 110010 1000100 10101

Color Harmonies of #5A4E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4E11

Black with #5A4E11

Text Example


Text Example

White with #5A4E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,78,17); }

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

background-color css

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

 a { background-color: rgb(90,78,17); }

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

border-color css

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

 span { border-color: rgb(90,78,17); }

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