#50481D

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

Shades of Bronze Olive #50481D

Tints of Bronze Olive #50481D

Color information

#50481D (or 0x50481D) is unknown color: approx Bronze Olive. HEX triplet: 50, 48 and 1D. RGB value is (80,72,29). Sum of RGB (Red+Green+Blue) = 80+72+29=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50481D is #AFB7E2. Grayscale: #454545. Windows color (decimal): -11515875 or 1919056. OLE color: 1919056.

HSL color Cylindrical-coordinate representation of color #50481D: hue angle of 50.59º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50481D is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB807229-
CMYK00.100.640.69
HSL50.59º46.79%21.37%-
HSV(B)50.59º63.75%31.37%-
XYZ5.856.432.1-
YUV69.49105.15135.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=44.20%
G=39.78%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80722900.100.640.6950.5946.7921.37
Hex50481D0A4045332f15
Octal12011035012100105635725
Binary1010000100100011101010101000000100010111001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50481D; }

 p { color: rgb(80,72,29); }

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

<style>
 a { background-color: #50481D; }

 a { background-color: rgb(80,72,29); }

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

<style>
 span { border-color: #50481D; }

 span { border-color: rgb(80,72,29); }

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