#928374

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

Shades of Schooner #928374

Tints of Schooner #928374

Color information

#928374 (or 0x928374) is unknown color: approx Schooner. HEX triplet: 92, 83 and 74. RGB value is (146,131,116). Sum of RGB (Red+Green+Blue) = 146+131+116=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 146 - color contains mainly: red. Hex color #928374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928374 is #6D7C8B. Grayscale: #858585. Windows color (decimal): -7175308 or 7635858. OLE color: 7635858.

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

Color convert

RGB146131116-
CMYK00.100.210.43
HSL30º12.1%51.37%-
HSV(B)30º20.55%57.25%-
XYZ23.1223.619.86-
YUV133.77117.97136.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.15%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=37.15%
G=33.33%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613111600.100.210.433012.151.37
Hex9283740A152B1ec33
Octal2222031640122553361463
Binary100100101000001111101000101010101101011111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928374; }

 p { color: rgb(146,131,116); }

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

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

 a { background-color: rgb(146,131,116); }

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

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

 span { border-color: rgb(146,131,116); }

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