Html Css Color HEX #504616 Bronze Olive

📋 copy color: '#504616'

red 80 ◦ green 70 ◦ blue 22

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

Shades of Bronze Olive #504616

Tints of Bronze Olive #504616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.7%

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 46.51%
G = 40.7%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#504616 (or 0x504616) is known color: Bronze Olive. HEX triplet: 50, 46 and 16. RGB value is (80,70,22). Sum of RGB (Red+Green+Blue) = 80+70+22=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #504616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504616 is #AFB9E9. Grayscale: #434343. Windows color (decimal): -11516394 or 1459792. OLE color: 1459792.

HSL color Cylindrical-coordinate representation of color #504616: hue angle of 49.66º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #504616 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 22 -
CMYK 0 0.12 0.72 0.69
HSL 49.66º 0.57% 0.2% -
HSV(B) 49.66º 0.73% 0.31% -
XYZ 5.64 6.14 1.65 -
YUV 67.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 80 70 22 0 0.12 0.72 0.69 49.66 0.57 0.2
Hex 50 46 16 0 C 48 45 32 39 14
Octal 120 106 26 0 14 110 105 62 71 24
Binary 1010000 1000110 10110 0 1100 1001000 1000101 110010 111001 10100

Color Harmonies of #504616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504616

Black with #504616

Text Example


Text Example

White with #504616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504616; }

 p { color: rgb(80,70,22); }

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

background-color css

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

 a { background-color: rgb(80,70,22); }

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

border-color css

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

 span { border-color: rgb(80,70,22); }

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