Html Css Color HEX #504805 Bronze Olive

📋 copy color: '#504805'

red 80 ◦ green 72 ◦ blue 5

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

Shades of Bronze Olive #504805

Tints of Bronze Olive #504805

RGB

 RED value IS 80 (31.64% from 255) = 50.96%

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

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 50.96%
G = 45.86%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#504805 (or 0x504805) is known color: Bronze Olive. HEX triplet: 50, 48 and 05. RGB value is (80,72,5). Sum of RGB (Red+Green+Blue) = 80+72+5=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #504805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504805 is #AFB7FA. Grayscale: #434343. Windows color (decimal): -11515899 or 346192. OLE color: 346192.

HSL color Cylindrical-coordinate representation of color #504805: hue angle of 53.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #504805 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 5 -
CMYK 0 0.10 0.94 0.69
HSL 53.6º 0.88% 0.17% -
HSV(B) 53.6º 0.94% 0.31% -
XYZ 5.65 6.35 1.07 -
YUV 66.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 80 72 5 0 0.10 0.94 0.69 53.6 0.88 0.17
Hex 50 48 5 0 A 5E 45 36 58 11
Octal 120 110 5 0 12 136 105 66 130 21
Binary 1010000 1001000 101 0 1010 1011110 1000101 110110 1011000 10001

Color Harmonies of #504805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504805

Black with #504805

Text Example


Text Example

White with #504805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504805; }

 p { color: rgb(80,72,5); }

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

background-color css

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

 a { background-color: rgb(80,72,5); }

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

border-color css

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

 span { border-color: rgb(80,72,5); }

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