#526223

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

Shades of Saratoga #526223

Tints of Saratoga #526223

Color information

#526223 (or 0x526223) is unknown color: approx Saratoga. HEX triplet: 52, 62 and 23. RGB value is (82,98,35). Sum of RGB (Red+Green+Blue) = 82+98+35=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #526223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526223 is #AD9DDC. Grayscale: #565656. Windows color (decimal): -11378141 or 2318930. OLE color: 2318930.

HSL color Cylindrical-coordinate representation of color #526223: hue angle of 75.24º 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 #526223 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB829835-
CMYK0.1600.640.62
HSL75.24º47.37%26.08%-
HSV(B)75.24º64.29%38.43%-
XYZ8.1510.653.22-
YUV86.0399.2125.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 35 (14.06% from 255) = 16.28%
R=38.14%
G=45.58%
B=16.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298350.1600.640.6275.2447.3726.08
Hex526223100403E4b2f1a
Octal12214243200100761135732
Binary101001011000101000111000001000000111110100101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526223; }

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

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

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

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

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

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

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

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