#50461E

Color #50461E Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #50461E

Tints of Bronze Olive #50461E

Color information

#50461E (or 0x50461E) is unknown color: approx Bronze Olive. HEX triplet: 50, 46 and 1E. RGB value is (80,70,30). Sum of RGB (Red+Green+Blue) = 80+70+30=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50461E is #AFB9E1. Grayscale: #444444. Windows color (decimal): -11516386 or 1984080. OLE color: 1984080.

HSL color Cylindrical-coordinate representation of color #50461E: hue angle of 48º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50461E is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB807030-
CMYK00.120.620.69
HSL48º45.45%21.57%-
HSV(B)48º62.5%31.37%-
XYZ5.736.182.12-
YUV68.43106.31136.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 70 (27.73% from 255) = 38.89%
BLUE value IS 30 (12.11% from 255) = 16.67%
R=44.44%
G=38.89%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80703000.120.620.694845.4521.57
Hex50461E0C3E45302d16
Octal1201063601476105605526
Binary101000010001101111001100111110100010111000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,70,30); }

 H1.HeaderClassName
 {
   color: #50461E;
 }
 .AnyTagClassName
 {
   color: #50461E;
 }
</style>
background-color css

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

 a { background-color: rgb(80,70,30); }

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

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

 span { border-color: rgb(80,70,30); }

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