#50471A

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

Shades of Bronze Olive #50471A

Tints of Bronze Olive #50471A

Color information

#50471A (or 0x50471A) is unknown color: approx Bronze Olive. HEX triplet: 50, 47 and 1A. RGB value is (80,71,26). Sum of RGB (Red+Green+Blue) = 80+71+26=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50471A is #AFB8E5. Grayscale: #444444. Windows color (decimal): -11516134 or 1722192. OLE color: 1722192.

HSL color Cylindrical-coordinate representation of color #50471A: hue angle of 50º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50471A is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB807126-
CMYK00.110.670.69
HSL50º50.94%20.78%-
HSV(B)50º67.5%31.37%-
XYZ5.756.291.89-
YUV68.56103.98136.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=45.20%
G=40.11%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80712600.110.670.695050.9420.78
Hex50471A0B4345323315
Octal12010732013103105626325
Binary1010000100011111010010111000011100010111001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50471A; }

 p { color: rgb(80,71,26); }

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

<style>
 a { background-color: #50471A; }

 a { background-color: rgb(80,71,26); }

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

<style>
 span { border-color: #50471A; }

 span { border-color: rgb(80,71,26); }

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