#928477

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

Shades of Schooner #928477

Tints of Schooner #928477

Color information

#928477 (or 0x928477) is unknown color: approx Schooner. HEX triplet: 92, 84 and 77. RGB value is (146,132,119). Sum of RGB (Red+Green+Blue) = 146+132+119=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #928477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928477 is #6D7B88. Grayscale: #868686. Windows color (decimal): -7175049 or 7832722. OLE color: 7832722.

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

Color convert

RGB146132119-
CMYK00.100.180.43
HSL28.89º11.02%51.96%-
HSV(B)28.89º18.49%57.25%-
XYZ23.4423.9520.84-
YUV134.7119.14136.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=36.78%
G=33.25%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613211900.100.180.4328.8911.0251.96
Hex9284770A122B1db34
Octal2222041670122253351364
Binary100100101000010011101110101010010101011111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928477; }

 p { color: rgb(146,132,119); }

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

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

 a { background-color: rgb(146,132,119); }

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

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

 span { border-color: rgb(146,132,119); }

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