Html Css Color HEX #886252 Spicy Mix

📋 copy color: '#886252'

red 136 ◦ green 98 ◦ blue 82

#886252
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Mix #886252

Tints of Spicy Mix #886252

RGB

 RED value IS 136 (53.52% from 255) = 43.04%

 GREEN value IS 98 (38.67% from 255) = 31.01%

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 43.04%
G = 31.01%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#886252 (or 0x886252) is known color: Spicy Mix. HEX triplet: 88, 62 and 52. RGB value is (136,98,82). Sum of RGB (Red+Green+Blue) = 136+98+82=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #886252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886252 is #779DAD. Grayscale: #6B6B6B. Windows color (decimal): -7839150 or 5399176. OLE color: 5399176.

HSL color Cylindrical-coordinate representation of color #886252: hue angle of 17.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #886252 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 98 82 -
CMYK 0 0.28 0.40 0.47
HSL 17.78º 0.25% 0.43% -
HSV(B) 17.78º 0.4% 0.53% -
XYZ 16.04 14.58 9.95 -
YUV 107.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 136 98 82 0 0.28 0.40 0.47 17.78 0.25 0.43
Hex 88 62 52 0 1C 28 2F 12 19 2B
Octal 210 142 122 0 34 50 57 22 31 53
Binary 10001000 1100010 1010010 0 11100 101000 101111 10010 11001 101011

Color Harmonies of #886252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886252

Black with #886252

Text Example


Text Example

White with #886252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886252; }

 p { color: rgb(136,98,82); }

 H1.HeaderClassName
 {
   color: #886252;
 }
 .AnyTagClassName
 {
   color: #886252;
 }
</style>

background-color css

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

 a { background-color: rgb(136,98,82); }

 div.DivClassName
 {
   background-color: #886252;
 }
 .BgClassName
 {
   background-color: #886252;
 }
</style>

border-color css

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

 span { border-color: rgb(136,98,82); }

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