#928472

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

Shades of Schooner #928472

Tints of Schooner #928472

Color information

#928472 (or 0x928472) is unknown color: approx Schooner. HEX triplet: 92, 84 and 72. RGB value is (146,132,114). Sum of RGB (Red+Green+Blue) = 146+132+114=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #928472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928472 is #6D7B8D. Grayscale: #868686. Windows color (decimal): -7175054 or 7505042. OLE color: 7505042.

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

Color convert

RGB146132114-
CMYK00.100.220.43
HSL33.75º12.8%50.98%-
HSV(B)33.75º21.92%57.25%-
XYZ23.1423.8319.3-
YUV134.13116.64136.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=37.24%
G=33.67%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613211400.100.220.4333.7512.850.98
Hex9284720A162B22d33
Octal2222041620122653421563
Binary1001001010000100111001001010101101010111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928472; }

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

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

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

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

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

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

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

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