#938372

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

Shades of Schooner #938372

Tints of Schooner #938372

Color information

#938372 (or 0x938372) is unknown color: approx Schooner. HEX triplet: 93, 83 and 72. RGB value is (147,131,114). Sum of RGB (Red+Green+Blue) = 147+131+114=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #938372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938372 is #6C7C8D. Grayscale: #858585. Windows color (decimal): -7109774 or 7504787. OLE color: 7504787.

HSL color Cylindrical-coordinate representation of color #938372: hue angle of 30.91º 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 #938372 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB147131114-
CMYK00.110.220.42
HSL30.91º13.25%51.18%-
HSV(B)30.91º22.45%57.65%-
XYZ23.1923.6519.26-
YUV133.85116.8137.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=37.5%
G=33.42%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713111400.110.220.4230.9113.2551.18
Hex9383720B162A1fd33
Octal2232031620132652371563
Binary100100111000001111100100101110110101010111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938372; }

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

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

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

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

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

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

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

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