#55641F

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

Shades of Saratoga #55641F

Tints of Saratoga #55641F

Color information

#55641F (or 0x55641F) is unknown color: approx Saratoga. HEX triplet: 55, 64 and 1F. RGB value is (85,100,31). Sum of RGB (Red+Green+Blue) = 85+100+31=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #55641F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55641F is #AA9BE0. Grayscale: #575757. Windows color (decimal): -11181025 or 2057301. OLE color: 2057301.

HSL color Cylindrical-coordinate representation of color #55641F: hue angle of 73.04º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55641F is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB8510031-
CMYK0.1500.690.61
HSL73.04º52.67%25.69%-
HSV(B)73.04º69%39.22%-
XYZ8.5511.143-
YUV87.6596.03126.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 100 (39.45% from 255) = 46.30%
BLUE value IS 31 (12.5% from 255) = 14.35%
R=39.35%
G=46.30%
B=14.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100310.1500.690.6173.0452.6725.69
Hex55641FF0453D49351a
Octal12514437170105751116532
Binary1010101110010011111111101000101111101100100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55641F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55641F; }

 p { color: rgb(85,100,31); }

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

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

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

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

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

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

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