#50552A

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

Shades of Saratoga #50552A

Tints of Saratoga #50552A

Color information

#50552A (or 0x50552A) is unknown color: approx Saratoga. HEX triplet: 50, 55 and 2A. RGB value is (80,85,42). Sum of RGB (Red+Green+Blue) = 80+85+42=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #50552A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50552A is #AFAAD5. Grayscale: #4E4E4E. Windows color (decimal): -11512534 or 2774352. OLE color: 2774352.

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

Color convert

RGB808542-
CMYK0.0600.510.67
HSL66.98º33.86%24.9%-
HSV(B)66.98º50.59%33.33%-
XYZ6.978.373.44-
YUV78.6107.34129-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=38.65%
G=41.06%
B=20.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085420.0600.510.6766.9833.8624.9
Hex50552A603343432219
Octal1201255260631031034231
Binary1010000101010110101011001100111000011100001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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