#50552B

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

Shades of Saratoga #50552B

Tints of Saratoga #50552B

Color information

#50552B (or 0x50552B) is unknown color: approx Saratoga. HEX triplet: 50, 55 and 2B. RGB value is (80,85,43). Sum of RGB (Red+Green+Blue) = 80+85+43=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #50552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50552B is #AFAAD4. Grayscale: #4E4E4E. Windows color (decimal): -11512533 or 2839888. OLE color: 2839888.

HSL color Cylindrical-coordinate representation of color #50552B: hue angle of 67.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50552B is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB808543-
CMYK0.0600.490.67
HSL67.14º32.81%25.1%-
HSV(B)67.14º49.41%33.33%-
XYZ6.998.383.53-
YUV78.72107.84128.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=38.46%
G=40.87%
B=20.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085430.0600.490.6767.1432.8125.1
Hex50552B603143432119
Octal1201255360611031034131
Binary1010000101010110101111001100011000011100001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50552B; }

 p { color: rgb(80,85,43); }

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

<style>
 a { background-color: #50552B; }

 a { background-color: rgb(80,85,43); }

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

<style>
 span { border-color: #50552B; }

 span { border-color: rgb(80,85,43); }

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