Html Css Color HEX #504912 Bronze Olive

📋 copy color: '#504912'

red 80 ◦ green 73 ◦ blue 18

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

Shades of Bronze Olive #504912

Tints of Bronze Olive #504912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 46.78%
G = 42.69%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#504912 (or 0x504912) is known color: Bronze Olive. HEX triplet: 50, 49 and 12. RGB value is (80,73,18). Sum of RGB (Red+Green+Blue) = 80+73+18=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #504912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504912 is #AFB6ED. Grayscale: #454545. Windows color (decimal): -11515630 or 1198416. OLE color: 1198416.

HSL color Cylindrical-coordinate representation of color #504912: hue angle of 53.23º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #504912 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 18 -
CMYK 0 0.09 0.78 0.69
HSL 53.23º 0.63% 0.19% -
HSV(B) 53.23º 0.78% 0.31% -
XYZ 5.8 6.51 1.52 -
YUV 68.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 80 73 18 0 0.09 0.78 0.69 53.23 0.63 0.19
Hex 50 49 12 0 9 4E 45 35 3F 13
Octal 120 111 22 0 11 116 105 65 77 23
Binary 1010000 1001001 10010 0 1001 1001110 1000101 110101 111111 10011

Color Harmonies of #504912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504912

Black with #504912

Text Example


Text Example

White with #504912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504912; }

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

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

background-color css

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

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

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

border-color css

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

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

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