Html Css Color HEX #50470F Bronze Olive

📋 copy color: '#50470F'

red 80 ◦ green 71 ◦ blue 15

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

Shades of Bronze Olive #50470F

Tints of Bronze Olive #50470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.77%

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 48.19%
G = 42.77%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50470F (or 0x50470F) is known color: Bronze Olive. HEX triplet: 50, 47 and 0F. RGB value is (80,71,15). Sum of RGB (Red+Green+Blue) = 80+71+15=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #50470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50470F is #AFB8F0. Grayscale: #434343. Windows color (decimal): -11516145 or 1001296. OLE color: 1001296.

HSL color Cylindrical-coordinate representation of color #50470F: hue angle of 51.69º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50470F is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 15 -
CMYK 0 0.11 0.81 0.69
HSL 51.69º 0.68% 0.19% -
HSV(B) 51.69º 0.81% 0.31% -
XYZ 5.65 6.25 1.36 -
YUV 67.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 80 71 15 0 0.11 0.81 0.69 51.69 0.68 0.19
Hex 50 47 F 0 B 51 45 34 44 13
Octal 120 107 17 0 13 121 105 64 104 23
Binary 1010000 1000111 1111 0 1011 1010001 1000101 110100 1000100 10011

Color Harmonies of #50470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50470F

Black with #50470F

Text Example


Text Example

White with #50470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50470F; }

 p { color: rgb(80,71,15); }

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

background-color css

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

 a { background-color: rgb(80,71,15); }

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

border-color css

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

 span { border-color: rgb(80,71,15); }

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