#555d2a

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

Shades of Saratoga #555D2A

Tints of Saratoga #555D2A

Color information

#555D2A (or 0x555D2A) is unknown color: approx Saratoga. HEX triplet: 55, 5D and 2A. RGB value is (85,93,42). Sum of RGB (Red+Green+Blue) = 85+93+42=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #555D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D2A is #AAA2D5. Grayscale: #545454. Windows color (decimal): -11182806 or 2776405. OLE color: 2776405.

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

Color convert

RGB859342-
CMYK0.0900.550.64
HSL69.41º37.78%26.47%-
HSV(B)69.41º54.84%36.47%-
XYZ8.089.933.68-
YUV84.79103.85128.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 93 (36.72% from 255) = 42.27%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=38.64%
G=42.27%
B=19.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8593420.0900.550.6469.4137.7826.47
Hex555D2A90374045261a
Octal12513552110671001054632
Binary10101011011101101010100101101111000000100010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555d2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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