#50562A

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

Shades of Saratoga #50562A

Tints of Saratoga #50562A

Color information

#50562A (or 0x50562A) is unknown color: approx Saratoga. HEX triplet: 50, 56 and 2A. RGB value is (80,86,42). Sum of RGB (Red+Green+Blue) = 80+86+42=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #50562A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50562A is #AFA9D5. Grayscale: #4F4F4F. Windows color (decimal): -11512278 or 2774608. OLE color: 2774608.

HSL color Cylindrical-coordinate representation of color #50562A: hue angle of 68.18º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50562A is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB808642-
CMYK0.0700.510.66
HSL68.18º34.38%25.1%-
HSV(B)68.18º51.16%33.73%-
XYZ7.058.533.46-
YUV79.19107.01128.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=38.46%
G=41.35%
B=20.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086420.0700.510.6668.1834.3825.1
Hex50562A703342442219
Octal1201265270631021044231
Binary1010000101011010101011101100111000010100010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,86,42); }

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

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

 a { background-color: rgb(80,86,42); }

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

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

 span { border-color: rgb(80,86,42); }

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