#8D827B

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

Shades of Hurricane #8D827B

Tints of Hurricane #8D827B

Color information

#8D827B (or 0x8D827B) is unknown color: approx Hurricane. HEX triplet: 8D, 82 and 7B. RGB value is (141,130,123). Sum of RGB (Red+Green+Blue) = 141+130+123=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D827B is #727D84. Grayscale: #848484. Windows color (decimal): -7503237 or 8094349. OLE color: 8094349.

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

Color convert

RGB141130123-
CMYK00.080.130.45
HSL23.33º7.32%51.76%-
HSV(B)23.33º12.77%55.29%-
XYZ22.5423.0622-
YUV132.49122.64134.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=35.79%
G=32.99%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113012300.080.130.4523.337.3251.76
Hex8D827B08D2D17734
Octal215202173010155527764
Binary1000110110000010111101101000110110110110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,130,123); }

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

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

 a { background-color: rgb(141,130,123); }

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

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

 span { border-color: rgb(141,130,123); }

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