#50461C

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

Shades of Bronze Olive #50461C

Tints of Bronze Olive #50461C

Color information

#50461C (or 0x50461C) is unknown color: approx Bronze Olive. HEX triplet: 50, 46 and 1C. RGB value is (80,70,28). Sum of RGB (Red+Green+Blue) = 80+70+28=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50461C is #AFB9E3. Grayscale: #444444. Windows color (decimal): -11516388 or 1853008. OLE color: 1853008.

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

Color convert

RGB807028-
CMYK00.120.650.69
HSL48.46º48.15%21.18%-
HSV(B)48.46º65%31.37%-
XYZ5.716.171.99-
YUV68.2105.31136.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 70 (27.73% from 255) = 39.33%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=44.94%
G=39.33%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80702800.120.650.6948.4648.1521.18
Hex50461C0C4145303015
Octal12010634014101105606025
Binary1010000100011011100011001000001100010111000011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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