#948571

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

Shades of Schooner #948571

Tints of Schooner #948571

Color information

#948571 (or 0x948571) is unknown color: approx Schooner. HEX triplet: 94, 85 and 71. RGB value is (148,133,113). Sum of RGB (Red+Green+Blue) = 148+133+113=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #948571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948571 is #6B7A8E. Grayscale: #878787. Windows color (decimal): -7043727 or 7439764. OLE color: 7439764.

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

Color convert

RGB148133113-
CMYK00.100.240.42
HSL34.29º14.06%51.18%-
HSV(B)34.29º23.65%58.04%-
XYZ23.5824.2619.06-
YUV135.2115.47137.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.56%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=37.56%
G=33.76%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813311300.100.240.4234.2914.0651.18
Hex9485710A182A22e33
Octal2242051610123052421663
Binary1001010010000101111000101010110001010101000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948571; }

 p { color: rgb(148,133,113); }

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

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

 a { background-color: rgb(148,133,113); }

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

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

 span { border-color: rgb(148,133,113); }

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