Html Css Color HEX #886221 Hot Curry

📋 copy color: '#886221'

red 136 ◦ green 98 ◦ blue 33

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

Shades of Hot Curry #886221

Tints of Hot Curry #886221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 50.94%
G = 36.7%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#886221 (or 0x886221) is known color: Hot Curry. HEX triplet: 88, 62 and 21. RGB value is (136,98,33). Sum of RGB (Red+Green+Blue) = 136+98+33=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #886221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886221 is #779DDE. Grayscale: #666666. Windows color (decimal): -7839199 or 2187912. OLE color: 2187912.

HSL color Cylindrical-coordinate representation of color #886221: hue angle of 37.86º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #886221 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 98 33 -
CMYK 0 0.28 0.76 0.47
HSL 37.86º 0.61% 0.33% -
HSV(B) 37.86º 0.76% 0.53% -
XYZ 14.8 14.08 3.38 -
YUV 101.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 136 98 33 0 0.28 0.76 0.47 37.86 0.61 0.33
Hex 88 62 21 0 1C 4C 2F 26 3D 21
Octal 210 142 41 0 34 114 57 46 75 41
Binary 10001000 1100010 100001 0 11100 1001100 101111 100110 111101 100001

Color Harmonies of #886221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886221

Black with #886221

Text Example


Text Example

White with #886221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886221; }

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

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

background-color css

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

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

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

border-color css

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

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

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