#555D39

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

Shades of Saratoga #555D39

Tints of Saratoga #555D39

Color information

#555D39 (or 0x555D39) is unknown color: approx Saratoga. HEX triplet: 55, 5D and 39. RGB value is (85,93,57). Sum of RGB (Red+Green+Blue) = 85+93+57=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #555D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D39 is #AAA2C6. Grayscale: #565656. Windows color (decimal): -11182791 or 3759445. OLE color: 3759445.

HSL color Cylindrical-coordinate representation of color #555D39: hue angle of 73.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555D39 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.

Color convert

RGB859357-
CMYK0.0900.390.64
HSL73.33º24%29.41%-
HSV(B)73.33º38.71%36.47%-
XYZ8.410.065.37-
YUV86.5111.35126.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 93 (36.72% from 255) = 39.57%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=36.17%
G=39.57%
B=24.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8593570.0900.390.6473.332429.41
Hex555D3990274049181d
Octal12513571110471001113035
Binary1010101101110111100110010100111100000010010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555D39; }

 p { color: rgb(85,93,57); }

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

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

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

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

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

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

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