#908472

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

Shades of Schooner #908472

Tints of Schooner #908472

Color information

#908472 (or 0x908472) is unknown color: approx Schooner. HEX triplet: 90, 84 and 72. RGB value is (144,132,114). Sum of RGB (Red+Green+Blue) = 144+132+114=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #908472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908472 is #6F7B8D. Grayscale: #858585. Windows color (decimal): -7306126 or 7505040. OLE color: 7505040.

HSL color Cylindrical-coordinate representation of color #908472: hue angle of 36º 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 #908472 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB144132114-
CMYK00.080.210.44
HSL36º11.9%50.59%-
HSV(B)36º20.83%56.47%-
XYZ22.7923.6519.28-
YUV133.54116.98135.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.92%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=36.92%
G=33.85%
B=29.23%

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
Decimal14413211400.080.210.443611.950.59
Hex90847208152C24c33
Octal2202041620102554441463
Binary1001000010000100111001001000101011011001001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908472; }

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

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

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

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

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

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

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

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