Html Css Color HEX #886222 Hot Curry

📋 copy color: '#886222'

red 136 ◦ green 98 ◦ blue 34

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

Shades of Hot Curry #886222

Tints of Hot Curry #886222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 50.75%
G = 36.57%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#886222 (or 0x886222) is known color: Hot Curry. HEX triplet: 88, 62 and 22. RGB value is (136,98,34). Sum of RGB (Red+Green+Blue) = 136+98+34=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #886222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886222 is #779DDD. Grayscale: #666666. Windows color (decimal): -7839198 or 2253448. OLE color: 2253448.

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

Color convert

RGB 136 98 34 -
CMYK 0 0.28 0.75 0.47
HSL 37.65º 0.6% 0.33% -
HSV(B) 37.65º 0.75% 0.53% -
XYZ 14.81 14.09 3.45 -
YUV 102.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 136 98 34 0 0.28 0.75 0.47 37.65 0.6 0.33
Hex 88 62 22 0 1C 4B 2F 26 3C 21
Octal 210 142 42 0 34 113 57 46 74 41
Binary 10001000 1100010 100010 0 11100 1001011 101111 100110 111100 100001

Color Harmonies of #886222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886222

Black with #886222

Text Example


Text Example

White with #886222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886222; }

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

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

background-color css

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

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

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

border-color css

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

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

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