#948872

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

Shades of Pale Oyster #948872

Tints of Pale Oyster #948872

Color information

#948872 (or 0x948872) is unknown color: approx Pale Oyster. HEX triplet: 94, 88 and 72. RGB value is (148,136,114). Sum of RGB (Red+Green+Blue) = 148+136+114=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #948872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948872 is #6B778D. Grayscale: #898989. Windows color (decimal): -7042958 or 7506068. OLE color: 7506068.

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

Color convert

RGB148136114-
CMYK00.080.230.42
HSL38.82º13.71%51.37%-
HSV(B)38.82º22.97%58.04%-
XYZ24.0525.1219.5-
YUV137.08114.98135.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=37.19%
G=34.17%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813611400.080.230.4238.8213.7151.37
Hex94887208172A27e33
Octal2242101620102752471663
Binary1001010010001000111001001000101111010101001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948872; }

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

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

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

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

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

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

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

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