#928575

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

Shades of Schooner #928575

Tints of Schooner #928575

Color information

#928575 (or 0x928575) is unknown color: approx Schooner. HEX triplet: 92, 85 and 75. RGB value is (146,133,117). Sum of RGB (Red+Green+Blue) = 146+133+117=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #928575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928575 is #6D7A8A. Grayscale: #878787. Windows color (decimal): -7174795 or 7701906. OLE color: 7701906.

HSL color Cylindrical-coordinate representation of color #928575: hue angle of 33.1º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #928575 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB146133117-
CMYK00.090.200.43
HSL33.1º11.74%51.57%-
HSV(B)33.1º19.86%57.25%-
XYZ23.4524.1720.26-
YUV135.06117.81135.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.87%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=36.87%
G=33.59%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613311700.090.200.4333.111.7451.57
Hex92857509142B21c34
Octal2222051650112453411464
Binary1001001010000101111010101001101001010111000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928575; }

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

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

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

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

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

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

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

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