Html Css Color HEX #5A4804 Bronze Olive

📋 copy color: '#5A4804'

red 90 ◦ green 72 ◦ blue 4

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

Shades of Bronze Olive #5A4804

Tints of Bronze Olive #5A4804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.37%

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

R = 54.22%
G = 43.37%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#5A4804 (or 0x5A4804) is known color: Bronze Olive. HEX triplet: 5A, 48 and 04. RGB value is (90,72,4). Sum of RGB (Red+Green+Blue) = 90+72+4=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4804 is #A5B7FB. Grayscale: #454545. Windows color (decimal): -10860540 or 280666. OLE color: 280666.

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

Color convert

RGB 90 72 4 -
CMYK 0 0.20 0.96 0.65
HSL 47.44º 0.91% 0.18% -
HSV(B) 47.44º 0.96% 0.35% -
XYZ 6.56 6.82 1.09 -
YUV 69.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 90 72 4 0 0.20 0.96 0.65 47.44 0.91 0.18
Hex 5A 48 4 0 14 60 41 2F 5B 12
Octal 132 110 4 0 24 140 101 57 133 22
Binary 1011010 1001000 100 0 10100 1100000 1000001 101111 1011011 10010

Color Harmonies of #5A4804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4804

Black with #5A4804

Text Example


Text Example

White with #5A4804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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