Html Css Color HEX #5A4904 Bronze Olive

📋 copy color: '#5A4904'

red 90 ◦ green 73 ◦ blue 4

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

Shades of Bronze Olive #5A4904

Tints of Bronze Olive #5A4904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.4%

R = 53.89%
G = 43.71%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#5A4904 (or 0x5A4904) is known color: Bronze Olive. HEX triplet: 5A, 49 and 04. RGB value is (90,73,4). Sum of RGB (Red+Green+Blue) = 90+73+4=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4904 is #A5B6FB. Grayscale: #464646. Windows color (decimal): -10860284 or 280922. OLE color: 280922.

HSL color Cylindrical-coordinate representation of color #5A4904: hue angle of 48.14º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A4904 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 73 4 -
CMYK 0 0.19 0.96 0.65
HSL 48.14º 0.91% 0.18% -
HSV(B) 48.14º 0.96% 0.35% -
XYZ 6.62 6.95 1.11 -
YUV 70.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 90 73 4 0 0.19 0.96 0.65 48.14 0.91 0.18
Hex 5A 49 4 0 13 60 41 30 5B 12
Octal 132 111 4 0 23 140 101 60 133 22
Binary 1011010 1001001 100 0 10011 1100000 1000001 110000 1011011 10010

Color Harmonies of #5A4904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4904

Black with #5A4904

Text Example


Text Example

White with #5A4904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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