Html Css Color HEX #504806 Bronze Olive

📋 copy color: '#504806'

red 80 ◦ green 72 ◦ blue 6

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

Shades of Bronze Olive #504806

Tints of Bronze Olive #504806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.8%

R = 50.63%
G = 45.57%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#504806 (or 0x504806) is known color: Bronze Olive. HEX triplet: 50, 48 and 06. RGB value is (80,72,6). Sum of RGB (Red+Green+Blue) = 80+72+6=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #504806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504806 is #AFB7F9. Grayscale: #434343. Windows color (decimal): -11515898 or 411728. OLE color: 411728.

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

Color convert

RGB 80 72 6 -
CMYK 0 0.10 0.92 0.69
HSL 53.51º 0.86% 0.17% -
HSV(B) 53.51º 0.93% 0.31% -
XYZ 5.66 6.35 1.1 -
YUV 66.87 93.65 137.37 -
System Red Green Blue C M Y K H S L
Decimal 80 72 6 0 0.10 0.92 0.69 53.51 0.86 0.17
Hex 50 48 6 0 A 5C 45 36 56 11
Octal 120 110 6 0 12 134 105 66 126 21
Binary 1010000 1001000 110 0 1010 1011100 1000101 110110 1010110 10001

Color Harmonies of #504806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504806

Black with #504806

Text Example


Text Example

White with #504806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504806; }

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

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

background-color css

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

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

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

border-color css

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

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

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