Html Css Color HEX #5A4803 Bronze Olive

📋 copy color: '#5A4803'

red 90 ◦ green 72 ◦ blue 3

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

Shades of Bronze Olive #5A4803

Tints of Bronze Olive #5A4803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.82%

R = 54.55%
G = 43.64%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#5A4803 (or 0x5A4803) is known color: Bronze Olive. HEX triplet: 5A, 48 and 03. RGB value is (90,72,3). Sum of RGB (Red+Green+Blue) = 90+72+3=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4803 is #A5B7FC. Grayscale: #454545. Windows color (decimal): -10860541 or 215130. OLE color: 215130.

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

Color convert

RGB 90 72 3 -
CMYK 0 0.20 0.97 0.65
HSL 47.59º 0.94% 0.18% -
HSV(B) 47.59º 0.97% 0.35% -
XYZ 6.55 6.81 1.06 -
YUV 69.52 90.46 142.61 -
System Red Green Blue C M Y K H S L
Decimal 90 72 3 0 0.20 0.97 0.65 47.59 0.94 0.18
Hex 5A 48 3 0 14 61 41 30 5E 12
Octal 132 110 3 0 24 141 101 60 136 22
Binary 1011010 1001000 11 0 10100 1100001 1000001 110000 1011110 10010

Color Harmonies of #5A4803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4803

Black with #5A4803

Text Example


Text Example

White with #5A4803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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