#8B817A

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

Shades of Hurricane #8B817A

Tints of Hurricane #8B817A

Color information

#8B817A (or 0x8B817A) is unknown color: approx Hurricane. HEX triplet: 8B, 81 and 7A. RGB value is (139,129,122). Sum of RGB (Red+Green+Blue) = 139+129+122=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 139 - color contains mainly: red. Hex color #8B817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B817A is #747E85. Grayscale: #838383. Windows color (decimal): -7634566 or 8028555. OLE color: 8028555.

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

Color convert

RGB139129122-
CMYK00.070.120.45
HSL24.71º6.83%51.18%-
HSV(B)24.71º12.23%54.51%-
XYZ22.0122.5921.61-
YUV131.19122.81133.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.64%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=35.64%
G=33.08%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912912200.070.120.4524.716.8351.18
Hex8B817A07C2D19733
Octal21320117207145531763
Binary100010111000000111110100111110010110111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,129,122); }

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

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

 a { background-color: rgb(139,129,122); }

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

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

 span { border-color: rgb(139,129,122); }

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