#50481F

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

Shades of Bronze Olive #50481F

Tints of Bronze Olive #50481F

Color information

#50481F (or 0x50481F) is unknown color: approx Bronze Olive. HEX triplet: 50, 48 and 1F. RGB value is (80,72,31). Sum of RGB (Red+Green+Blue) = 80+72+31=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #50481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50481F is #AFB7E0. Grayscale: #454545. Windows color (decimal): -11515873 or 2050128. OLE color: 2050128.

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

Color convert

RGB807231-
CMYK00.100.610.69
HSL50.2º44.14%21.76%-
HSV(B)50.2º61.25%31.37%-
XYZ5.876.442.23-
YUV69.72106.15135.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=43.72%
G=39.34%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80723100.100.610.6950.244.1421.76
Hex50481F0A3D45322c16
Octal1201103701275105625426
Binary101000010010001111101010111101100010111001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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