Html Css Color HEX #504728 Bronze Olive

📋 copy color: '#504728'

red 80 ◦ green 71 ◦ blue 40

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

Shades of Bronze Olive #504728

Tints of Bronze Olive #504728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.17%

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

R = 41.88%
G = 37.17%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#504728 (or 0x504728) is known color: Bronze Olive. HEX triplet: 50, 47 and 28. RGB value is (80,71,40). Sum of RGB (Red+Green+Blue) = 80+71+40=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #504728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504728 is #AFB8D7. Grayscale: #464646. Windows color (decimal): -11516120 or 2639696. OLE color: 2639696.

HSL color Cylindrical-coordinate representation of color #504728: hue angle of 46.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 #504728 is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 40 -
CMYK 0 0.11 0.5 0.69
HSL 46.5º 0.33% 0.24% -
HSV(B) 46.5º 0.5% 0.31% -
XYZ 5.94 6.37 2.92 -
YUV 70.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 80 71 40 0 0.11 0.5 0.69 46.5 0.33 0.24
Hex 50 47 28 0 B 32 45 2E 21 18
Octal 120 107 50 0 13 62 105 56 41 30
Binary 1010000 1000111 101000 0 1011 110010 1000101 101110 100001 11000

Color Harmonies of #504728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504728

Black with #504728

Text Example


Text Example

White with #504728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504728; }

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

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

background-color css

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

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

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

border-color css

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

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

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