#536223

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

Shades of Saratoga #536223

Tints of Saratoga #536223

Color information

#536223 (or 0x536223) is unknown color: approx Saratoga. HEX triplet: 53, 62 and 23. RGB value is (83,98,35). Sum of RGB (Red+Green+Blue) = 83+98+35=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #536223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536223 is #AC9DDC. Grayscale: #565656. Windows color (decimal): -11312605 or 2318931. OLE color: 2318931.

HSL color Cylindrical-coordinate representation of color #536223: hue angle of 74.29º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #536223 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB839835-
CMYK0.1500.640.62
HSL74.29º47.37%26.08%-
HSV(B)74.29º64.29%38.43%-
XYZ8.2410.73.22-
YUV86.3399.03125.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 35 (14.06% from 255) = 16.20%
R=38.43%
G=45.37%
B=16.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398350.1500.640.6274.2947.3726.08
Hex536223F0403E4a2f1a
Octal12314243170100761125732
Binary10100111100010100011111101000000111110100101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536223; }

 p { color: rgb(83,98,35); }

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

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

 a { background-color: rgb(83,98,35); }

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

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

 span { border-color: rgb(83,98,35); }

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