#938570

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

Shades of Schooner #938570

Tints of Schooner #938570

Color information

#938570 (or 0x938570) is unknown color: approx Schooner. HEX triplet: 93, 85 and 70. RGB value is (147,133,112). Sum of RGB (Red+Green+Blue) = 147+133+112=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #938570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938570 is #6C7A8F. Grayscale: #868686. Windows color (decimal): -7109264 or 7374227. OLE color: 7374227.

HSL color Cylindrical-coordinate representation of color #938570: hue angle of 36º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #938570 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB147133112-
CMYK00.100.240.42
HSL36º13.94%50.78%-
HSV(B)36º23.81%57.65%-
XYZ23.3424.1518.76-
YUV134.79115.14136.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 112 (44.14% from 255) = 28.57%
R=37.5%
G=33.93%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713311200.100.240.423613.9450.78
Hex9385700A182A24e33
Octal2232051600123052441663
Binary1001001110000101111000001010110001010101001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938570; }

 p { color: rgb(147,133,112); }

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

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

 a { background-color: rgb(147,133,112); }

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

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

 span { border-color: rgb(147,133,112); }

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