#57631D

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

Shades of Saratoga #57631D

Tints of Saratoga #57631D

Color information

#57631D (or 0x57631D) is unknown color: approx Saratoga. HEX triplet: 57, 63 and 1D. RGB value is (87,99,29). Sum of RGB (Red+Green+Blue) = 87+99+29=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #57631D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57631D is #A89CE2. Grayscale: #575757. Windows color (decimal): -11050211 or 1925975. OLE color: 1925975.

HSL color Cylindrical-coordinate representation of color #57631D: hue angle of 70.29º 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 #57631D is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB879929-
CMYK0.1200.710.61
HSL70.29º54.69%25.1%-
HSV(B)70.29º70.71%38.82%-
XYZ8.6111.042.84-
YUV87.4395.02127.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 29 (11.72% from 255) = 13.49%
R=40.47%
G=46.05%
B=13.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8799290.1200.710.6170.2954.6925.1
Hex57631DC0473D463719
Octal12714335140107751066731
Binary1010111110001111101110001000111111101100011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57631D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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