#535825

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

Shades of Saratoga #535825

Tints of Saratoga #535825

Color information

#535825 (or 0x535825) is unknown color: approx Saratoga. HEX triplet: 53, 58 and 25. RGB value is (83,88,37). Sum of RGB (Red+Green+Blue) = 83+88+37=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #535825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535825 is #ACA7DA. Grayscale: #505050. Windows color (decimal): -11315163 or 2447443. OLE color: 2447443.

HSL color Cylindrical-coordinate representation of color #535825: hue angle of 65.88º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #535825 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB838837-
CMYK0.0600.580.65
HSL65.88º40.8%24.51%-
HSV(B)65.88º57.95%34.51%-
XYZ7.398.953.09-
YUV80.69103.34129.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 88 (34.77% from 255) = 42.31%
BLUE value IS 37 (14.84% from 255) = 17.79%
R=39.90%
G=42.31%
B=17.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388370.0600.580.6565.8840.824.51
Hex535825603A41422919
Octal1231304560721011025131
Binary1010011101100010010111001110101000001100001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535825; }

 p { color: rgb(83,88,37); }

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

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

 a { background-color: rgb(83,88,37); }

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

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

 span { border-color: rgb(83,88,37); }

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