#948573

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

Shades of Schooner #948573

Tints of Schooner #948573

Color information

#948573 (or 0x948573) is unknown color: approx Schooner. HEX triplet: 94, 85 and 73. RGB value is (148,133,115). Sum of RGB (Red+Green+Blue) = 148+133+115=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #948573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948573 is #6B7A8C. Grayscale: #878787. Windows color (decimal): -7043725 or 7570836. OLE color: 7570836.

HSL color Cylindrical-coordinate representation of color #948573: hue angle of 32.73º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #948573 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB148133115-
CMYK00.100.220.42
HSL32.73º13.36%51.57%-
HSV(B)32.73º22.3%58.04%-
XYZ23.6924.3119.66-
YUV135.43116.47136.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 115 (45.31% from 255) = 29.04%
R=37.37%
G=33.59%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813311500.100.220.4232.7313.3651.57
Hex9485730A162A21d34
Octal2242051630122652411564
Binary1001010010000101111001101010101101010101000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948573; }

 p { color: rgb(148,133,115); }

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

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

 a { background-color: rgb(148,133,115); }

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

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

 span { border-color: rgb(148,133,115); }

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