#938571

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

Shades of Schooner #938571

Tints of Schooner #938571

Color information

#938571 (or 0x938571) is unknown color: approx Schooner. HEX triplet: 93, 85 and 71. RGB value is (147,133,113). Sum of RGB (Red+Green+Blue) = 147+133+113=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #938571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938571 is #6C7A8E. Grayscale: #878787. Windows color (decimal): -7109263 or 7439763. OLE color: 7439763.

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

Color convert

RGB147133113-
CMYK00.100.230.42
HSL35.29º13.6%50.98%-
HSV(B)35.29º23.13%57.65%-
XYZ23.424.1719.05-
YUV134.91115.64136.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=37.40%
G=33.84%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713311300.100.230.4235.2913.650.98
Hex9385710A172A23e33
Octal2232051610122752431663
Binary1001001110000101111000101010101111010101000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938571; }

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

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

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

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

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

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

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

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