#938572

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

Shades of Schooner #938572

Tints of Schooner #938572

Color information

#938572 (or 0x938572) is unknown color: approx Schooner. HEX triplet: 93, 85 and 72. RGB value is (147,133,114). Sum of RGB (Red+Green+Blue) = 147+133+114=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #938572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938572 is #6C7A8D. Grayscale: #878787. Windows color (decimal): -7109262 or 7505299. OLE color: 7505299.

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

Color convert

RGB147133114-
CMYK00.100.220.42
HSL34.55º13.25%51.18%-
HSV(B)34.55º22.45%57.65%-
XYZ23.4624.1919.35-
YUV135.02116.14136.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=37.31%
G=33.76%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713311400.100.220.4234.5513.2551.18
Hex9385720A162A23d33
Octal2232051620122652431563
Binary1001001110000101111001001010101101010101000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938572; }

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

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

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

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

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

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

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

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