#57642A

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

Shades of Saratoga #57642A

Tints of Saratoga #57642A

Color information

#57642A (or 0x57642A) is unknown color: approx Saratoga. HEX triplet: 57, 64 and 2A. RGB value is (87,100,42). Sum of RGB (Red+Green+Blue) = 87+100+42=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #57642A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57642A is #A89BD5. Grayscale: #595959. Windows color (decimal): -11049942 or 2778199. OLE color: 2778199.

HSL color Cylindrical-coordinate representation of color #57642A: hue angle of 73.45º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57642A is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB8710042-
CMYK0.1300.580.61
HSL73.45º40.85%27.84%-
HSV(B)73.45º58%39.22%-
XYZ8.9111.313.9-
YUV89.5101.19126.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.99%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=37.99%
G=43.67%
B=18.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal87100420.1300.580.6173.4540.8527.84
Hex57642AD03A3D49291c
Octal1271445215072751115134
Binary1010111110010010101011010111010111101100100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57642A; }

 p { color: rgb(87,100,42); }

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

<style>
 a { background-color: #57642A; }

 a { background-color: rgb(87,100,42); }

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

<style>
 span { border-color: #57642A; }

 span { border-color: rgb(87,100,42); }

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