#938575

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

Shades of Schooner #938575

Tints of Schooner #938575

Color information

#938575 (or 0x938575) is unknown color: approx Schooner. HEX triplet: 93, 85 and 75. RGB value is (147,133,117). Sum of RGB (Red+Green+Blue) = 147+133+117=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #938575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938575 is #6C7A8A. Grayscale: #878787. Windows color (decimal): -7109259 or 7701907. OLE color: 7701907.

HSL color Cylindrical-coordinate representation of color #938575: hue angle of 32º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #938575 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB147133117-
CMYK00.100.200.42
HSL32º12.2%51.76%-
HSV(B)32º20.41%57.65%-
XYZ23.6324.2620.27-
YUV135.36117.64136.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=37.03%
G=33.50%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713311700.100.200.423212.251.76
Hex9385750A142A20c34
Octal2232051650122452401464
Binary1001001110000101111010101010101001010101000001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938575; }

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

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

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

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

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

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

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

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