Html Css Color HEX #5A4F0E Bronze Olive

📋 copy color: '#5A4F0E'

red 90 ◦ green 79 ◦ blue 14

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

Shades of Bronze Olive #5A4F0E

Tints of Bronze Olive #5A4F0E

RGB

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

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

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

R = 49.18%
G = 43.17%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A4F0E (or 0x5A4F0E) is known color: Bronze Olive. HEX triplet: 5A, 4F and 0E. RGB value is (90,79,14). Sum of RGB (Red+Green+Blue) = 90+79+14=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4F0E is #A5B0F1. Grayscale: #4B4B4B. Windows color (decimal): -10858738 or 937818. OLE color: 937818.

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

Color convert

RGB 90 79 14 -
CMYK 0 0.12 0.84 0.65
HSL 51.32º 0.73% 0.2% -
HSV(B) 51.32º 0.84% 0.35% -
XYZ 7.09 7.8 1.55 -
YUV 74.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 90 79 14 0 0.12 0.84 0.65 51.32 0.73 0.2
Hex 5A 4F E 0 C 54 41 33 49 14
Octal 132 117 16 0 14 124 101 63 111 24
Binary 1011010 1001111 1110 0 1100 1010100 1000001 110011 1001001 10100

Color Harmonies of #5A4F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4F0E

Black with #5A4F0E

Text Example


Text Example

White with #5A4F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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