Html Css Color HEX #5A4E16 Bronze Olive

📋 copy color: '#5A4E16'

red 90 ◦ green 78 ◦ blue 22

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

Shades of Bronze Olive #5A4E16

Tints of Bronze Olive #5A4E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 47.37%
G = 41.05%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#5A4E16 (or 0x5A4E16) is known color: Bronze Olive. HEX triplet: 5A, 4E and 16. RGB value is (90,78,22). Sum of RGB (Red+Green+Blue) = 90+78+22=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4E16 is #A5B1E9. Grayscale: #4B4B4B. Windows color (decimal): -10858986 or 1461850. OLE color: 1461850.

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

Color convert

RGB 90 78 22 -
CMYK 0 0.13 0.76 0.65
HSL 49.41º 0.61% 0.22% -
HSV(B) 49.41º 0.76% 0.35% -
XYZ 7.09 7.68 1.87 -
YUV 75.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 90 78 22 0 0.13 0.76 0.65 49.41 0.61 0.22
Hex 5A 4E 16 0 D 4C 41 31 3D 16
Octal 132 116 26 0 15 114 101 61 75 26
Binary 1011010 1001110 10110 0 1101 1001100 1000001 110001 111101 10110

Color Harmonies of #5A4E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4E16

Black with #5A4E16

Text Example


Text Example

White with #5A4E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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