#908376

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

Shades of Schooner #908376

Tints of Schooner #908376

Color information

#908376 (or 0x908376) is unknown color: approx Schooner. HEX triplet: 90, 83 and 76. RGB value is (144,131,118). Sum of RGB (Red+Green+Blue) = 144+131+118=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 144 - color contains mainly: red. Hex color #908376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908376 is #6F7C89. Grayscale: #858585. Windows color (decimal): -7306378 or 7766928. OLE color: 7766928.

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

Color convert

RGB144131118-
CMYK00.090.180.44
HSL30º10.48%51.37%-
HSV(B)30º18.06%56.47%-
XYZ22.8923.4720.46-
YUV133.4119.31135.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.64%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=36.64%
G=33.33%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413111800.090.180.443010.4851.37
Hex90837609122C1ea33
Octal2202031660112254361263
Binary100100001000001111101100100110010101100111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908376; }

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

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

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

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

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

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

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

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