#50461D

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

Shades of Bronze Olive #50461D

Tints of Bronze Olive #50461D

Color information

#50461D (or 0x50461D) is unknown color: approx Bronze Olive. HEX triplet: 50, 46 and 1D. RGB value is (80,70,29). Sum of RGB (Red+Green+Blue) = 80+70+29=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50461D is #AFB9E2. Grayscale: #444444. Windows color (decimal): -11516387 or 1918544. OLE color: 1918544.

HSL color Cylindrical-coordinate representation of color #50461D: hue angle of 48.24º 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 #50461D is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB807029-
CMYK00.120.640.69
HSL48.24º46.79%21.37%-
HSV(B)48.24º63.75%31.37%-
XYZ5.726.172.05-
YUV68.32105.81136.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=44.69%
G=39.11%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80702900.120.640.6948.2446.7921.37
Hex50461D0C4045302f15
Octal12010635014100105605725
Binary1010000100011011101011001000000100010111000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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