#908572

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

Shades of Schooner #908572

Tints of Schooner #908572

Color information

#908572 (or 0x908572) is unknown color: approx Schooner. HEX triplet: 90, 85 and 72. RGB value is (144,133,114). Sum of RGB (Red+Green+Blue) = 144+133+114=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #908572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908572 is #6F7A8D. Grayscale: #868686. Windows color (decimal): -7305870 or 7505296. OLE color: 7505296.

HSL color Cylindrical-coordinate representation of color #908572: hue angle of 38º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #908572 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB144133114-
CMYK00.080.210.44
HSL38º11.9%50.59%-
HSV(B)38º20.83%56.47%-
XYZ22.9323.9219.33-
YUV134.12116.64135.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=36.83%
G=34.02%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413311400.080.210.443811.950.59
Hex90857208152C26c33
Octal2202051620102554461463
Binary1001000010000101111001001000101011011001001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908572; }

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

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

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

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

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

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

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

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