#928571

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

Shades of Schooner #928571

Tints of Schooner #928571

Color information

#928571 (or 0x928571) is unknown color: approx Schooner. HEX triplet: 92, 85 and 71. RGB value is (146,133,113). Sum of RGB (Red+Green+Blue) = 146+133+113=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #928571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928571 is #6D7A8E. Grayscale: #868686. Windows color (decimal): -7174799 or 7439762. OLE color: 7439762.

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

Color convert

RGB146133113-
CMYK00.090.230.43
HSL36.36º13.15%50.78%-
HSV(B)36.36º22.6%57.25%-
XYZ23.2224.0819.05-
YUV134.61115.81136.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=37.24%
G=33.93%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613311300.090.230.4336.3613.1550.78
Hex92857109172B24d33
Octal2222051610112753441563
Binary1001001010000101111000101001101111010111001001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928571; }

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

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

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

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

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

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

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

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