#908273

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

Shades of Schooner #908273

Tints of Schooner #908273

Color information

#908273 (or 0x908273) is unknown color: approx Schooner. HEX triplet: 90, 82 and 73. RGB value is (144,130,115). Sum of RGB (Red+Green+Blue) = 144+130+115=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 144 - color contains mainly: red. Hex color #908273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908273 is #6F7D8C. Grayscale: #848484. Windows color (decimal): -7306637 or 7570064. OLE color: 7570064.

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

Color convert

RGB144130115-
CMYK00.100.200.44
HSL31.03º11.55%50.78%-
HSV(B)31.03º20.14%56.47%-
XYZ22.5823.1319.49-
YUV132.48118.14136.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=37.02%
G=33.42%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413011500.100.200.4431.0311.5550.78
Hex9082730A142C1fc33
Octal2202021630122454371463
Binary100100001000001011100110101010100101100111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908273; }

 p { color: rgb(144,130,115); }

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

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

 a { background-color: rgb(144,130,115); }

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

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

 span { border-color: rgb(144,130,115); }

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