Html Css Color HEX #504920 Bronze Olive

📋 copy color: '#504920'

red 80 ◦ green 73 ◦ blue 32

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

Shades of Bronze Olive #504920

Tints of Bronze Olive #504920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.3%

R = 43.24%
G = 39.46%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#504920 (or 0x504920) is known color: Bronze Olive. HEX triplet: 50, 49 and 20. RGB value is (80,73,32). Sum of RGB (Red+Green+Blue) = 80+73+32=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #504920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504920 is #AFB6DF. Grayscale: #464646. Windows color (decimal): -11515616 or 2115920. OLE color: 2115920.

HSL color Cylindrical-coordinate representation of color #504920: hue angle of 51.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504920 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 32 -
CMYK 0 0.09 0.60 0.69
HSL 51.25º 0.43% 0.22% -
HSV(B) 51.25º 0.6% 0.31% -
XYZ 5.95 6.57 2.32 -
YUV 70.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 80 73 32 0 0.09 0.60 0.69 51.25 0.43 0.22
Hex 50 49 20 0 9 3C 45 33 2B 16
Octal 120 111 40 0 11 74 105 63 53 26
Binary 1010000 1001001 100000 0 1001 111100 1000101 110011 101011 10110

Color Harmonies of #504920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504920

Black with #504920

Text Example


Text Example

White with #504920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504920; }

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

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

background-color css

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

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

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

border-color css

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

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

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