#8B8479

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

Shades of Schooner #8B8479

Tints of Schooner #8B8479

Color information

#8B8479 (or 0x8B8479) is unknown color: approx Schooner. HEX triplet: 8B, 84 and 79. RGB value is (139,132,121). Sum of RGB (Red+Green+Blue) = 139+132+121=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8479 is #747B86. Grayscale: #848484. Windows color (decimal): -7633799 or 7963787. OLE color: 7963787.

HSL color Cylindrical-coordinate representation of color #8B8479: hue angle of 36.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B8479 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB139132121-
CMYK00.050.130.45
HSL36.67º7.2%50.98%-
HSV(B)36.67º12.95%54.51%-
XYZ22.3523.3721.42-
YUV132.84121.32132.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=35.46%
G=33.67%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913212100.050.130.4536.677.250.98
Hex8B847905D2D25733
Octal21320417105155545763
Binary1000101110000100111100101011101101101100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8479; }

 p { color: rgb(139,132,121); }

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

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

 a { background-color: rgb(139,132,121); }

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

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

 span { border-color: rgb(139,132,121); }

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