#928372

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

Shades of Schooner #928372

Tints of Schooner #928372

Color information

#928372 (or 0x928372) is unknown color: approx Schooner. HEX triplet: 92, 83 and 72. RGB value is (146,131,114). Sum of RGB (Red+Green+Blue) = 146+131+114=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #928372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928372 is #6D7C8D. Grayscale: #858585. Windows color (decimal): -7175310 or 7504786. OLE color: 7504786.

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

Color convert

RGB146131114-
CMYK00.100.220.43
HSL31.88º12.8%50.98%-
HSV(B)31.88º21.92%57.25%-
XYZ23.0123.5619.25-
YUV133.55116.97136.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=37.34%
G=33.50%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613111400.100.220.4331.8812.850.98
Hex9283720A162B20d33
Octal2222031620122653401563
Binary1001001010000011111001001010101101010111000001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928372; }

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

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

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

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

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

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

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

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