#948972

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

Shades of Pale Oyster #948972

Tints of Pale Oyster #948972

Color information

#948972 (or 0x948972) is unknown color: approx Pale Oyster. HEX triplet: 94, 89 and 72. RGB value is (148,137,114). Sum of RGB (Red+Green+Blue) = 148+137+114=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #948972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948972 is #6B768D. Grayscale: #898989. Windows color (decimal): -7042702 or 7506324. OLE color: 7506324.

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

Color convert

RGB148137114-
CMYK00.070.230.42
HSL40.59º13.71%51.37%-
HSV(B)40.59º22.97%58.04%-
XYZ24.225.419.55-
YUV137.67114.64135.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=37.09%
G=34.34%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813711400.070.230.4240.5913.7151.37
Hex94897207172A29e33
Octal224211162072752511663
Binary100101001000100111100100111101111010101010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948972; }

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

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

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

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

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

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

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

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