Html Css Color HEX #50470E Bronze Olive

📋 copy color: '#50470E'

red 80 ◦ green 71 ◦ blue 14

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

Shades of Bronze Olive #50470E

Tints of Bronze Olive #50470E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.48%

R = 48.48%
G = 43.03%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50470E (or 0x50470E) is known color: Bronze Olive. HEX triplet: 50, 47 and 0E. RGB value is (80,71,14). Sum of RGB (Red+Green+Blue) = 80+71+14=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #50470E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50470E is #AFB8F1. Grayscale: #434343. Windows color (decimal): -11516146 or 935760. OLE color: 935760.

HSL color Cylindrical-coordinate representation of color #50470E: hue angle of 51.82º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50470E is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 14 -
CMYK 0 0.11 0.83 0.69
HSL 51.82º 0.7% 0.18% -
HSV(B) 51.82º 0.83% 0.31% -
XYZ 5.64 6.24 1.32 -
YUV 67.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 80 71 14 0 0.11 0.83 0.69 51.82 0.7 0.18
Hex 50 47 E 0 B 53 45 34 46 12
Octal 120 107 16 0 13 123 105 64 106 22
Binary 1010000 1000111 1110 0 1011 1010011 1000101 110100 1000110 10010

Color Harmonies of #50470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50470E

Black with #50470E

Text Example


Text Example

White with #50470E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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