#958573

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

Shades of Schooner #958573

Tints of Schooner #958573

Color information

#958573 (or 0x958573) is unknown color: approx Schooner. HEX triplet: 95, 85 and 73. RGB value is (149,133,115). Sum of RGB (Red+Green+Blue) = 149+133+115=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #958573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958573 is #6A7A8C. Grayscale: #878787. Windows color (decimal): -6978189 or 7570837. OLE color: 7570837.

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

Color convert

RGB149133115-
CMYK00.110.230.42
HSL31.76º13.82%51.76%-
HSV(B)31.76º22.82%58.43%-
XYZ23.8824.419.67-
YUV135.73116.3137.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=37.53%
G=33.50%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913311500.110.230.4231.7613.8251.76
Hex9585730B172A20e34
Octal2252051630132752401664
Binary1001010110000101111001101011101111010101000001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958573; }

 p { color: rgb(149,133,115); }

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

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

 a { background-color: rgb(149,133,115); }

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

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

 span { border-color: rgb(149,133,115); }

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