#555F1E

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

Shades of Saratoga #555F1E

Tints of Saratoga #555F1E

Color information

#555F1E (or 0x555F1E) is unknown color: approx Saratoga. HEX triplet: 55, 5F and 1E. RGB value is (85,95,30). Sum of RGB (Red+Green+Blue) = 85+95+30=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #555F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F1E is #AAA0E1. Grayscale: #545454. Windows color (decimal): -11182306 or 1990485. OLE color: 1990485.

HSL color Cylindrical-coordinate representation of color #555F1E: hue angle of 69.23º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #555F1E is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB859530-
CMYK0.1100.680.63
HSL69.23º52%24.51%-
HSV(B)69.23º68.42%37.25%-
XYZ8.0710.212.77-
YUV84.697.19128.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 95 (37.5% from 255) = 45.24%
BLUE value IS 30 (12.11% from 255) = 14.29%
R=40.48%
G=45.24%
B=14.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595300.1100.680.6369.235224.51
Hex555F1EB0443F453419
Octal12513736130104771056431
Binary1010101101111111110101101000100111111100010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,95,30); }

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

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

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

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

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

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

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