#928572

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

Shades of Schooner #928572

Tints of Schooner #928572

Color information

#928572 (or 0x928572) is unknown color: approx Schooner. HEX triplet: 92, 85 and 72. RGB value is (146,133,114). Sum of RGB (Red+Green+Blue) = 146+133+114=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 146 - color contains mainly: red. Hex color #928572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928572 is #6D7A8D. Grayscale: #868686. Windows color (decimal): -7174798 or 7505298. OLE color: 7505298.

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

Color convert

RGB146133114-
CMYK00.090.220.43
HSL35.63º12.8%50.98%-
HSV(B)35.63º21.92%57.25%-
XYZ23.2824.119.34-
YUV134.72116.31136.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.15%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=37.15%
G=33.84%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613311400.090.220.4335.6312.850.98
Hex92857209162B24d33
Octal2222051620112653441563
Binary1001001010000101111001001001101101010111001001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928572; }

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

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

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

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

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

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

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

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