#57581F

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

Shades of Saratoga #57581F

Tints of Saratoga #57581F

Color information

#57581F (or 0x57581F) is unknown color: approx Saratoga. HEX triplet: 57, 58 and 1F. RGB value is (87,88,31). Sum of RGB (Red+Green+Blue) = 87+88+31=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #57581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57581F is #A8A7E0. Grayscale: #515151. Windows color (decimal): -11053025 or 2054231. OLE color: 2054231.

HSL color Cylindrical-coordinate representation of color #57581F: hue angle of 61.05º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57581F is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB878831-
CMYK0.0100.650.65
HSL61.05º47.9%23.33%-
HSV(B)61.05º64.77%34.51%-
XYZ7.679.12.65-
YUV81.299.67132.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 88 (34.77% from 255) = 42.72%
BLUE value IS 31 (12.5% from 255) = 15.05%
R=42.23%
G=42.72%
B=15.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8788310.0100.650.6561.0547.923.33
Hex57581F1041413d3017
Octal1271303710101101756027
Binary1010111101100011111101000001100000111110111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57581F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,88,31); }

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

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

 a { background-color: rgb(87,88,31); }

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

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

 span { border-color: rgb(87,88,31); }

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