Html Css Color HEX #504619 Bronze Olive

📋 copy color: '#504619'

red 80 ◦ green 70 ◦ blue 25

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

Shades of Bronze Olive #504619

Tints of Bronze Olive #504619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40%

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

R = 45.71%
G = 40%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#504619 (or 0x504619) is known color: Bronze Olive. HEX triplet: 50, 46 and 19. RGB value is (80,70,25). Sum of RGB (Red+Green+Blue) = 80+70+25=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #504619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504619 is #AFB9E6. Grayscale: #444444. Windows color (decimal): -11516391 or 1656400. OLE color: 1656400.

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

Color convert

RGB 80 70 25 -
CMYK 0 0.12 0.69 0.69
HSL 49.09º 0.52% 0.21% -
HSV(B) 49.09º 0.69% 0.31% -
XYZ 5.67 6.16 1.81 -
YUV 67.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 80 70 25 0 0.12 0.69 0.69 49.09 0.52 0.21
Hex 50 46 19 0 C 45 45 31 34 15
Octal 120 106 31 0 14 105 105 61 64 25
Binary 1010000 1000110 11001 0 1100 1000101 1000101 110001 110100 10101

Color Harmonies of #504619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504619

Black with #504619

Text Example


Text Example

White with #504619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504619; }

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

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

background-color css

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

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

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

border-color css

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

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

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