Html Css Color HEX #50490E Bronze Olive

📋 copy color: '#50490E'

red 80 ◦ green 73 ◦ blue 14

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

Shades of Bronze Olive #50490E

Tints of Bronze Olive #50490E

RGB

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

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

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

R = 47.9%
G = 43.71%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50490E (or 0x50490E) is known color: Bronze Olive. HEX triplet: 50, 49 and 0E. RGB value is (80,73,14). Sum of RGB (Red+Green+Blue) = 80+73+14=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #50490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50490E is #AFB6F1. Grayscale: #444444. Windows color (decimal): -11515634 or 936272. OLE color: 936272.

HSL color Cylindrical-coordinate representation of color #50490E: hue angle of 53.64º 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 #50490E is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 14 -
CMYK 0 0.09 0.83 0.69
HSL 53.64º 0.7% 0.18% -
HSV(B) 53.64º 0.83% 0.31% -
XYZ 5.77 6.5 1.37 -
YUV 68.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 80 73 14 0 0.09 0.83 0.69 53.64 0.7 0.18
Hex 50 49 E 0 9 53 45 36 46 12
Octal 120 111 16 0 11 123 105 66 106 22
Binary 1010000 1001001 1110 0 1001 1010011 1000101 110110 1000110 10010

Color Harmonies of #50490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50490E

Black with #50490E

Text Example


Text Example

White with #50490E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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