Html Css Color HEX #504816 Bronze Olive

📋 copy color: '#504816'

red 80 ◦ green 72 ◦ blue 22

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

Shades of Bronze Olive #504816

Tints of Bronze Olive #504816

RGB

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

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

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

R = 45.98%
G = 41.38%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#504816 (or 0x504816) is known color: Bronze Olive. HEX triplet: 50, 48 and 16. RGB value is (80,72,22). Sum of RGB (Red+Green+Blue) = 80+72+22=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #504816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504816 is #AFB7E9. Grayscale: #444444. Windows color (decimal): -11515882 or 1460304. OLE color: 1460304.

HSL color Cylindrical-coordinate representation of color #504816: hue angle of 51.72º 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 #504816 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 22 -
CMYK 0 0.10 0.72 0.69
HSL 51.72º 0.57% 0.2% -
HSV(B) 51.72º 0.73% 0.31% -
XYZ 5.77 6.4 1.69 -
YUV 68.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 80 72 22 0 0.10 0.72 0.69 51.72 0.57 0.2
Hex 50 48 16 0 A 48 45 34 39 14
Octal 120 110 26 0 12 110 105 64 71 24
Binary 1010000 1001000 10110 0 1010 1001000 1000101 110100 111001 10100

Color Harmonies of #504816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504816

Black with #504816

Text Example


Text Example

White with #504816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504816; }

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

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

background-color css

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

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

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

border-color css

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

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

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