#948875

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

Shades of Schooner #948875

Tints of Schooner #948875

Color information

#948875 (or 0x948875) is unknown color: approx Schooner. HEX triplet: 94, 88 and 75. RGB value is (148,136,117). Sum of RGB (Red+Green+Blue) = 148+136+117=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #948875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948875 is #6B778A. Grayscale: #898989. Windows color (decimal): -7042955 or 7702676. OLE color: 7702676.

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

Color convert

RGB148136117-
CMYK00.080.210.42
HSL36.77º12.65%51.96%-
HSV(B)36.77º20.95%58.04%-
XYZ24.2325.1920.41-
YUV137.42116.48135.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=36.91%
G=33.92%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813611700.080.210.4236.7712.6551.96
Hex94887508152A25d34
Octal2242101650102552451564
Binary1001010010001000111010101000101011010101001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948875; }

 p { color: rgb(148,136,117); }

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

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

 a { background-color: rgb(148,136,117); }

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

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

 span { border-color: rgb(148,136,117); }

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