#928470

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

Shades of Schooner #928470

Tints of Schooner #928470

Color information

#928470 (or 0x928470) is unknown color: approx Schooner. HEX triplet: 92, 84 and 70. RGB value is (146,132,112). Sum of RGB (Red+Green+Blue) = 146+132+112=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #928470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928470 is #6D7B8F. Grayscale: #868686. Windows color (decimal): -7175056 or 7373970. OLE color: 7373970.

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

Color convert

RGB146132112-
CMYK00.100.230.43
HSL35.29º13.49%50.59%-
HSV(B)35.29º23.29%57.25%-
XYZ23.0323.7818.71-
YUV133.91115.64136.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.44%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=37.44%
G=33.85%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613211200.100.230.4335.2913.4950.59
Hex9284700A172B23d33
Octal2222041600122753431563
Binary1001001010000100111000001010101111010111000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928470; }

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

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

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

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

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

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

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

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