#908372

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

Shades of Schooner #908372

Tints of Schooner #908372

Color information

#908372 (or 0x908372) is unknown color: approx Schooner. HEX triplet: 90, 83 and 72. RGB value is (144,131,114). Sum of RGB (Red+Green+Blue) = 144+131+114=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 144 - color contains mainly: red. Hex color #908372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908372 is #6F7C8D. Grayscale: #858585. Windows color (decimal): -7306382 or 7504784. OLE color: 7504784.

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

Color convert

RGB144131114-
CMYK00.090.210.44
HSL34º11.9%50.59%-
HSV(B)34º20.83%56.47%-
XYZ22.6623.3819.24-
YUV132.95117.31135.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=37.02%
G=33.68%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413111400.090.210.443411.950.59
Hex90837209152C22c33
Octal2202031620112554421463
Binary1001000010000011111001001001101011011001000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908372; }

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

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

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

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

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

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

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

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