#50552E

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

Shades of Saratoga #50552E

Tints of Saratoga #50552E

Color information

#50552E (or 0x50552E) is unknown color: approx Saratoga. HEX triplet: 50, 55 and 2E. RGB value is (80,85,46). Sum of RGB (Red+Green+Blue) = 80+85+46=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #50552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50552E is #AFAAD1. Grayscale: #4F4F4F. Windows color (decimal): -11512530 or 3036496. OLE color: 3036496.

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

Color convert

RGB808546-
CMYK0.0600.460.67
HSL67.69º29.77%25.69%-
HSV(B)67.69º45.88%33.33%-
XYZ7.058.43.83-
YUV79.06109.34128.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=37.91%
G=40.28%
B=21.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085460.0600.460.6767.6929.7725.69
Hex50552E602E43441e1a
Octal1201255660561031043632
Binary101000010101011011101100101110100001110001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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