Html Css Color HEX #504907 Bronze Olive

📋 copy color: '#504907'

red 80 ◦ green 73 ◦ blue 7

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

Shades of Bronze Olive #504907

Tints of Bronze Olive #504907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.38%

R = 50%
G = 45.63%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#504907 (or 0x504907) is known color: Bronze Olive. HEX triplet: 50, 49 and 07. RGB value is (80,73,7). Sum of RGB (Red+Green+Blue) = 80+73+7=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #504907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504907 is #AFB6F8. Grayscale: #434343. Windows color (decimal): -11515641 or 477520. OLE color: 477520.

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

Color convert

RGB 80 73 7 -
CMYK 0 0.09 0.91 0.69
HSL 54.25º 0.84% 0.17% -
HSV(B) 54.25º 0.91% 0.31% -
XYZ 5.73 6.49 1.15 -
YUV 67.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 80 73 7 0 0.09 0.91 0.69 54.25 0.84 0.17
Hex 50 49 7 0 9 5B 45 36 54 11
Octal 120 111 7 0 11 133 105 66 124 21
Binary 1010000 1001001 111 0 1001 1011011 1000101 110110 1010100 10001

Color Harmonies of #504907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504907

Black with #504907

Text Example


Text Example

White with #504907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504907; }

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

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

background-color css

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

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

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

border-color css

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

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

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