Html Css Color HEX #504919 Bronze Olive

📋 copy color: '#504919'

red 80 ◦ green 73 ◦ blue 25

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

Shades of Bronze Olive #504919

Tints of Bronze Olive #504919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.04%

R = 44.94%
G = 41.01%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#504919 (or 0x504919) is known color: Bronze Olive. HEX triplet: 50, 49 and 19. RGB value is (80,73,25). Sum of RGB (Red+Green+Blue) = 80+73+25=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #504919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504919 is #AFB6E6. Grayscale: #454545. Windows color (decimal): -11515623 or 1657168. OLE color: 1657168.

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

Color convert

RGB 80 73 25 -
CMYK 0 0.09 0.69 0.69
HSL 52.36º 0.52% 0.21% -
HSV(B) 52.36º 0.69% 0.31% -
XYZ 5.87 6.54 1.87 -
YUV 69.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 80 73 25 0 0.09 0.69 0.69 52.36 0.52 0.21
Hex 50 49 19 0 9 45 45 34 34 15
Octal 120 111 31 0 11 105 105 64 64 25
Binary 1010000 1001001 11001 0 1001 1000101 1000101 110100 110100 10101

Color Harmonies of #504919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504919

Black with #504919

Text Example


Text Example

White with #504919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504919; }

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

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

background-color css

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

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

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

border-color css

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

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

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