#555C2A

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

Shades of Saratoga #555C2A

Tints of Saratoga #555C2A

Color information

#555C2A (or 0x555C2A) is unknown color: approx Saratoga. HEX triplet: 55, 5C and 2A. RGB value is (85,92,42). Sum of RGB (Red+Green+Blue) = 85+92+42=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 92 - color contains mainly: green. Hex color #555C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555C2A is #AAA3D5. Grayscale: #545454. Windows color (decimal): -11183062 or 2776149. OLE color: 2776149.

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

Color convert

RGB859242-
CMYK0.0800.540.64
HSL68.4º37.31%26.27%-
HSV(B)68.4º54.35%36.08%-
XYZ7.999.753.65-
YUV84.21104.18128.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 92 (36.33% from 255) = 42.01%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=38.81%
G=42.01%
B=19.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8592420.0800.540.6468.437.3126.27
Hex555C2A80364044251a
Octal12513452100661001044532
Binary10101011011100101010100001101101000000100010010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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