Html Css Color HEX #504915 Bronze Olive

📋 copy color: '#504915'

red 80 ◦ green 73 ◦ blue 21

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

Shades of Bronze Olive #504915

Tints of Bronze Olive #504915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.07%

R = 45.98%
G = 41.95%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#504915 (or 0x504915) is known color: Bronze Olive. HEX triplet: 50, 49 and 15. RGB value is (80,73,21). Sum of RGB (Red+Green+Blue) = 80+73+21=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #504915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504915 is #AFB6EA. Grayscale: #454545. Windows color (decimal): -11515627 or 1395024. OLE color: 1395024.

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

Color convert

RGB 80 73 21 -
CMYK 0 0.09 0.74 0.69
HSL 52.88º 0.58% 0.2% -
HSV(B) 52.88º 0.74% 0.31% -
XYZ 5.83 6.52 1.66 -
YUV 69.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 80 73 21 0 0.09 0.74 0.69 52.88 0.58 0.2
Hex 50 49 15 0 9 4A 45 35 3A 14
Octal 120 111 25 0 11 112 105 65 72 24
Binary 1010000 1001001 10101 0 1001 1001010 1000101 110101 111010 10100

Color Harmonies of #504915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504915

Black with #504915

Text Example


Text Example

White with #504915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504915; }

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

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

background-color css

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

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

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

border-color css

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

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

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