#948470

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

Shades of Schooner #948470

Tints of Schooner #948470

Color information

#948470 (or 0x948470) is unknown color: approx Schooner. HEX triplet: 94, 84 and 70. RGB value is (148,132,112). Sum of RGB (Red+Green+Blue) = 148+132+112=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #948470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948470 is #6B7B8F. Grayscale: #868686. Windows color (decimal): -7043984 or 7373972. OLE color: 7373972.

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

Color convert

RGB148132112-
CMYK00.110.240.42
HSL33.33º14.4%50.98%-
HSV(B)33.33º24.32%58.04%-
XYZ23.3923.9718.72-
YUV134.5115.3137.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 112 (44.14% from 255) = 28.57%
R=37.76%
G=33.67%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813211200.110.240.4233.3314.450.98
Hex9484700B182A21e33
Octal2242041600133052411663
Binary1001010010000100111000001011110001010101000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948470; }

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

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

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

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

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

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

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

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