Html Css Color HEX #504927 Bronze Olive

📋 copy color: '#504927'

red 80 ◦ green 73 ◦ blue 39

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

Shades of Bronze Olive #504927

Tints of Bronze Olive #504927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.31%

R = 41.67%
G = 38.02%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#504927 (or 0x504927) is known color: Bronze Olive. HEX triplet: 50, 49 and 27. RGB value is (80,73,39). Sum of RGB (Red+Green+Blue) = 80+73+39=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #504927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504927 is #AFB6D8. Grayscale: #474747. Windows color (decimal): -11515609 or 2574672. OLE color: 2574672.

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

Color convert

RGB 80 73 39 -
CMYK 0 0.09 0.51 0.69
HSL 49.76º 0.34% 0.23% -
HSV(B) 49.76º 0.51% 0.31% -
XYZ 6.06 6.62 2.88 -
YUV 71.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 80 73 39 0 0.09 0.51 0.69 49.76 0.34 0.23
Hex 50 49 27 0 9 33 45 32 22 17
Octal 120 111 47 0 11 63 105 62 42 27
Binary 1010000 1001001 100111 0 1001 110011 1000101 110010 100010 10111

Color Harmonies of #504927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504927

Black with #504927

Text Example


Text Example

White with #504927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504927; }

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

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

background-color css

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

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

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

border-color css

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

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

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