#92887D

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

Shades of Schooner #92887D

Tints of Schooner #92887D

Color information

#92887D (or 0x92887D) is unknown color: approx Schooner. HEX triplet: 92, 88 and 7D. RGB value is (146,136,125). Sum of RGB (Red+Green+Blue) = 146+136+125=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 146 - color contains mainly: red. Hex color #92887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92887D is #6D7782. Grayscale: #898989. Windows color (decimal): -7174019 or 8226962. OLE color: 8226962.

HSL color Cylindrical-coordinate representation of color #92887D: hue angle of 31.43º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92887D is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB146136125-
CMYK00.070.140.43
HSL31.43º8.79%53.14%-
HSV(B)31.43º14.38%57.25%-
XYZ24.3625.222.98-
YUV137.74120.81133.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.87%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=35.87%
G=33.42%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613612500.070.140.4331.438.7953.14
Hex92887D07E2B1f935
Octal222210175071653371165
Binary1001001010001000111110101111110101011111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92887D; }

 p { color: rgb(146,136,125); }

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

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

 a { background-color: rgb(146,136,125); }

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

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

 span { border-color: rgb(146,136,125); }

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