Html Css Color HEX #50490F Bronze Olive

📋 copy color: '#50490F'

red 80 ◦ green 73 ◦ blue 15

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

Shades of Bronze Olive #50490F

Tints of Bronze Olive #50490F

RGB

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

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

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

R = 47.62%
G = 43.45%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50490F (or 0x50490F) is known color: Bronze Olive. HEX triplet: 50, 49 and 0F. RGB value is (80,73,15). Sum of RGB (Red+Green+Blue) = 80+73+15=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #50490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50490F is #AFB6F0. Grayscale: #444444. Windows color (decimal): -11515633 or 1001808. OLE color: 1001808.

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

Color convert

RGB 80 73 15 -
CMYK 0 0.09 0.81 0.69
HSL 53.54º 0.68% 0.19% -
HSV(B) 53.54º 0.81% 0.31% -
XYZ 5.78 6.51 1.4 -
YUV 68.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 80 73 15 0 0.09 0.81 0.69 53.54 0.68 0.19
Hex 50 49 F 0 9 51 45 36 44 13
Octal 120 111 17 0 11 121 105 66 104 23
Binary 1010000 1001001 1111 0 1001 1010001 1000101 110110 1000100 10011

Color Harmonies of #50490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50490F

Black with #50490F

Text Example


Text Example

White with #50490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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