#555524

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

Shades of Saratoga #555524

Tints of Saratoga #555524

Color information

#555524 (or 0x555524) is unknown color: approx Saratoga. HEX triplet: 55, 55 and 24. RGB value is (85,85,36). Sum of RGB (Red+Green+Blue) = 85+85+36=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555524 is #AAAADB. Grayscale: #4F4F4F. Windows color (decimal): -11184860 or 2381141. OLE color: 2381141.

HSL color Cylindrical-coordinate representation of color #555524: hue angle of 60º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #555524 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB858536-
CMYK000.580.67
HSL60º40.5%23.73%-
HSV(B)60º57.65%33.33%-
XYZ7.318.562.94-
YUV79.41103.5131.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 36 (14.45% from 255) = 17.48%
R=41.26%
G=41.26%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858536000.580.676040.523.73
Hex555524003A433c2818
Octal125125440072103745030
Binary1010101101010110010000111010100001111110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555524; }

 p { color: rgb(85,85,36); }

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

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

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

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

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

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

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