#50451F

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

Shades of Bronze Olive #50451F

Tints of Bronze Olive #50451F

Color information

#50451F (or 0x50451F) is unknown color: approx Bronze Olive. HEX triplet: 50, 45 and 1F. RGB value is (80,69,31). Sum of RGB (Red+Green+Blue) = 80+69+31=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50451F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50451F is #AFBAE0. Grayscale: #444444. Windows color (decimal): -11516641 or 2049360. OLE color: 2049360.

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

Color convert

RGB806931-
CMYK00.140.610.69
HSL46.53º44.14%21.76%-
HSV(B)46.53º61.25%31.37%-
XYZ5.686.062.17-
YUV67.96107.14136.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 69 (27.34% from 255) = 38.33%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=44.44%
G=38.33%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80693100.140.610.6946.5344.1421.76
Hex50451F0E3D452f2c16
Octal1201053701675105575426
Binary101000010001011111101110111101100010110111110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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