#55631D

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

Shades of Saratoga #55631D

Tints of Saratoga #55631D

Color information

#55631D (or 0x55631D) is unknown color: approx Saratoga. HEX triplet: 55, 63 and 1D. RGB value is (85,99,29). Sum of RGB (Red+Green+Blue) = 85+99+29=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #55631D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55631D is #AA9CE2. Grayscale: #575757. Windows color (decimal): -11181283 or 1925973. OLE color: 1925973.

HSL color Cylindrical-coordinate representation of color #55631D: hue angle of 72º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55631D is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB859929-
CMYK0.1400.710.61
HSL72º54.69%25.1%-
HSV(B)72º70.71%38.82%-
XYZ8.4310.942.83-
YUV86.8395.36126.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 29 (11.72% from 255) = 13.62%
R=39.91%
G=46.48%
B=13.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599290.1400.710.617254.6925.1
Hex55631DE0473D483719
Octal12514335160107751106731
Binary1010101110001111101111001000111111101100100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55631D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55631D; }

 p { color: rgb(85,99,29); }

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

<style>
 a { background-color: #55631D; }

 a { background-color: rgb(85,99,29); }

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

<style>
 span { border-color: #55631D; }

 span { border-color: rgb(85,99,29); }

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