#958572

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

Shades of Schooner #958572

Tints of Schooner #958572

Color information

#958572 (or 0x958572) is unknown color: approx Schooner. HEX triplet: 95, 85 and 72. RGB value is (149,133,114). Sum of RGB (Red+Green+Blue) = 149+133+114=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #958572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958572 is #6A7A8D. Grayscale: #878787. Windows color (decimal): -6978190 or 7505301. OLE color: 7505301.

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

Color convert

RGB149133114-
CMYK00.110.230.42
HSL32.57º14.17%51.57%-
HSV(B)32.57º23.49%58.43%-
XYZ23.8224.3819.37-
YUV135.62115.8137.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=37.63%
G=33.59%
B=28.79%

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
Decimal14913311400.110.230.4232.5714.1751.57
Hex9585720B172A21e34
Octal2252051620132752411664
Binary1001010110000101111001001011101111010101000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958572; }

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

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

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

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

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

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

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

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