#8B8476

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

Shades of Schooner #8B8476

Tints of Schooner #8B8476

Color information

#8B8476 (or 0x8B8476) is unknown color: approx Schooner. HEX triplet: 8B, 84 and 76. RGB value is (139,132,118). Sum of RGB (Red+Green+Blue) = 139+132+118=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8476 is #747B89. Grayscale: #848484. Windows color (decimal): -7633802 or 7767179. OLE color: 7767179.

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

Color convert

RGB139132118-
CMYK00.050.150.45
HSL40º8.3%50.39%-
HSV(B)40º15.11%54.51%-
XYZ22.1723.320.47-
YUV132.5119.82132.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.73%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=35.73%
G=33.93%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913211800.050.150.45408.350.39
Hex8B847605F2D28832
Octal213204166051755501062
Binary10001011100001001110110010111111011011010001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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