#50552C

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

Shades of Saratoga #50552C

Tints of Saratoga #50552C

Color information

#50552C (or 0x50552C) is unknown color: approx Saratoga. HEX triplet: 50, 55 and 2C. RGB value is (80,85,44). Sum of RGB (Red+Green+Blue) = 80+85+44=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #50552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50552C is #AFAAD3. Grayscale: #4E4E4E. Windows color (decimal): -11512532 or 2905424. OLE color: 2905424.

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

Color convert

RGB808544-
CMYK0.0600.480.67
HSL67.32º31.78%25.29%-
HSV(B)67.32º48.24%33.33%-
XYZ7.018.383.63-
YUV78.83108.34128.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 44 (17.58% from 255) = 21.05%
R=38.28%
G=40.67%
B=21.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085440.0600.480.6767.3231.7825.29
Hex50552C603043432019
Octal1201255460601031034031
Binary1010000101010110110011001100001000011100001110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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