#50471C

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

Shades of Bronze Olive #50471C

Tints of Bronze Olive #50471C

Color information

#50471C (or 0x50471C) is unknown color: approx Bronze Olive. HEX triplet: 50, 47 and 1C. RGB value is (80,71,28). Sum of RGB (Red+Green+Blue) = 80+71+28=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50471C is #AFB8E3. Grayscale: #444444. Windows color (decimal): -11516132 or 1853264. OLE color: 1853264.

HSL color Cylindrical-coordinate representation of color #50471C: hue angle of 49.62º 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 #50471C is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB807128-
CMYK00.110.650.69
HSL49.62º48.15%21.18%-
HSV(B)49.62º65%31.37%-
XYZ5.776.32.01-
YUV68.79104.98136-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 28 (11.33% from 255) = 15.64%
R=44.69%
G=39.66%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80712800.110.650.6949.6248.1521.18
Hex50471C0B4145323015
Octal12010734013101105626025
Binary1010000100011111100010111000001100010111001011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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