Html Css Color HEX #5A4F17 Bronze Olive

📋 copy color: '#5A4F17'

red 90 ◦ green 79 ◦ blue 23

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

Shades of Bronze Olive #5A4F17

Tints of Bronze Olive #5A4F17

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.15%

 BLUE value IS 23 (9.38% from 255) = 11.98%

R = 46.88%
G = 41.15%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#5A4F17 (or 0x5A4F17) is known color: Bronze Olive. HEX triplet: 5A, 4F and 17. RGB value is (90,79,23). Sum of RGB (Red+Green+Blue) = 90+79+23=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4F17 is #A5B0E8. Grayscale: #4C4C4C. Windows color (decimal): -10858729 or 1527642. OLE color: 1527642.

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

Color convert

RGB 90 79 23 -
CMYK 0 0.12 0.74 0.65
HSL 50.15º 0.59% 0.22% -
HSV(B) 50.15º 0.74% 0.35% -
XYZ 7.17 7.83 1.94 -
YUV 75.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 90 79 23 0 0.12 0.74 0.65 50.15 0.59 0.22
Hex 5A 4F 17 0 C 4A 41 32 3B 16
Octal 132 117 27 0 14 112 101 62 73 26
Binary 1011010 1001111 10111 0 1100 1001010 1000001 110010 111011 10110

Color Harmonies of #5A4F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4F17

Black with #5A4F17

Text Example


Text Example

White with #5A4F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,79,23); }

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

background-color css

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

 a { background-color: rgb(90,79,23); }

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

border-color css

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

 span { border-color: rgb(90,79,23); }

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