Html Css Color HEX #504719 Bronze Olive

📋 copy color: '#504719'

red 80 ◦ green 71 ◦ blue 25

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

Shades of Bronze Olive #504719

Tints of Bronze Olive #504719

RGB

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

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

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

R = 45.45%
G = 40.34%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#504719 (or 0x504719) is known color: Bronze Olive. HEX triplet: 50, 47 and 19. RGB value is (80,71,25). Sum of RGB (Red+Green+Blue) = 80+71+25=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #504719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504719 is #AFB8E6. Grayscale: #444444. Windows color (decimal): -11516135 or 1656656. OLE color: 1656656.

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

Color convert

RGB 80 71 25 -
CMYK 0 0.11 0.69 0.69
HSL 50.18º 0.52% 0.21% -
HSV(B) 50.18º 0.69% 0.31% -
XYZ 5.74 6.28 1.83 -
YUV 68.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 80 71 25 0 0.11 0.69 0.69 50.18 0.52 0.21
Hex 50 47 19 0 B 45 45 32 34 15
Octal 120 107 31 0 13 105 105 62 64 25
Binary 1010000 1000111 11001 0 1011 1000101 1000101 110010 110100 10101

Color Harmonies of #504719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504719

Black with #504719

Text Example


Text Example

White with #504719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504719; }

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

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

background-color css

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

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

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

border-color css

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

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

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