Html Css Color HEX #504918 Bronze Olive

📋 copy color: '#504918'

red 80 ◦ green 73 ◦ blue 24

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

Shades of Bronze Olive #504918

Tints of Bronze Olive #504918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.24%

 BLUE value IS 24 (9.77% from 255) = 13.56%

R = 45.2%
G = 41.24%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#504918 (or 0x504918) is known color: Bronze Olive. HEX triplet: 50, 49 and 18. RGB value is (80,73,24). Sum of RGB (Red+Green+Blue) = 80+73+24=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #504918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504918 is #AFB6E7. Grayscale: #454545. Windows color (decimal): -11515624 or 1591632. OLE color: 1591632.

HSL color Cylindrical-coordinate representation of color #504918: hue angle of 52.5º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504918 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 24 -
CMYK 0 0.09 0.70 0.69
HSL 52.5º 0.54% 0.2% -
HSV(B) 52.5º 0.7% 0.31% -
XYZ 5.86 6.54 1.82 -
YUV 69.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 80 73 24 0 0.09 0.70 0.69 52.5 0.54 0.2
Hex 50 49 18 0 9 46 45 34 36 14
Octal 120 111 30 0 11 106 105 64 66 24
Binary 1010000 1001001 11000 0 1001 1000110 1000101 110100 110110 10100

Color Harmonies of #504918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504918

Black with #504918

Text Example


Text Example

White with #504918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504918; }

 p { color: rgb(80,73,24); }

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

background-color css

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

 a { background-color: rgb(80,73,24); }

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

border-color css

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

 span { border-color: rgb(80,73,24); }

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