#948473

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

Shades of Schooner #948473

Tints of Schooner #948473

Color information

#948473 (or 0x948473) is unknown color: approx Schooner. HEX triplet: 94, 84 and 73. RGB value is (148,132,115). Sum of RGB (Red+Green+Blue) = 148+132+115=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #948473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948473 is #6B7B8C. Grayscale: #868686. Windows color (decimal): -7043981 or 7570580. OLE color: 7570580.

HSL color Cylindrical-coordinate representation of color #948473: hue angle of 30.91º 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 #948473 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB148132115-
CMYK00.110.220.42
HSL30.91º13.36%51.57%-
HSV(B)30.91º22.3%58.04%-
XYZ23.5624.0419.62-
YUV134.85116.8137.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 115 (45.31% from 255) = 29.11%
R=37.47%
G=33.42%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813211500.110.220.4230.9113.3651.57
Hex9484730B162A1fd34
Octal2242041630132652371564
Binary100101001000010011100110101110110101010111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948473; }

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

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

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

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

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

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

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

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