Html Css Color HEX #504928 Bronze Olive

📋 copy color: '#504928'

red 80 ◦ green 73 ◦ blue 40

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

Shades of Bronze Olive #504928

Tints of Bronze Olive #504928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 41.45%
G = 37.82%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#504928 (or 0x504928) is known color: Bronze Olive. HEX triplet: 50, 49 and 28. RGB value is (80,73,40). Sum of RGB (Red+Green+Blue) = 80+73+40=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #504928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504928 is #AFB6D7. Grayscale: #474747. Windows color (decimal): -11515608 or 2640208. OLE color: 2640208.

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

Color convert

RGB 80 73 40 -
CMYK 0 0.09 0.5 0.69
HSL 49.5º 0.33% 0.24% -
HSV(B) 49.5º 0.5% 0.31% -
XYZ 6.07 6.62 2.97 -
YUV 71.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 80 73 40 0 0.09 0.5 0.69 49.5 0.33 0.24
Hex 50 49 28 0 9 32 45 32 21 18
Octal 120 111 50 0 11 62 105 62 41 30
Binary 1010000 1001001 101000 0 1001 110010 1000101 110010 100001 11000

Color Harmonies of #504928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504928

Black with #504928

Text Example


Text Example

White with #504928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504928; }

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

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

background-color css

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

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

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

border-color css

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

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

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