Html Css Color HEX #5A4704 Bronze Olive

📋 copy color: '#5A4704'

red 90 ◦ green 71 ◦ blue 4

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

Shades of Bronze Olive #5A4704

Tints of Bronze Olive #5A4704

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.03%

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

R = 54.55%
G = 43.03%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#5A4704 (or 0x5A4704) is known color: Bronze Olive. HEX triplet: 5A, 47 and 04. RGB value is (90,71,4). Sum of RGB (Red+Green+Blue) = 90+71+4=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4704 is #A5B8FB. Grayscale: #454545. Windows color (decimal): -10860796 or 280410. OLE color: 280410.

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

Color convert

RGB 90 71 4 -
CMYK 0 0.21 0.96 0.65
HSL 46.74º 0.91% 0.18% -
HSV(B) 46.74º 0.96% 0.35% -
XYZ 6.49 6.69 1.06 -
YUV 69.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 90 71 4 0 0.21 0.96 0.65 46.74 0.91 0.18
Hex 5A 47 4 0 15 60 41 2F 5B 12
Octal 132 107 4 0 25 140 101 57 133 22
Binary 1011010 1000111 100 0 10101 1100000 1000001 101111 1011011 10010

Color Harmonies of #5A4704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4704

Black with #5A4704

Text Example


Text Example

White with #5A4704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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