Html Css Color HEX #886225 Hot Curry

📋 copy color: '#886225'

red 136 ◦ green 98 ◦ blue 37

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

Shades of Hot Curry #886225

Tints of Hot Curry #886225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 50.18%
G = 36.16%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#886225 (or 0x886225) is known color: Hot Curry. HEX triplet: 88, 62 and 25. RGB value is (136,98,37). Sum of RGB (Red+Green+Blue) = 136+98+37=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #886225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886225 is #779DDA. Grayscale: #666666. Windows color (decimal): -7839195 or 2450056. OLE color: 2450056.

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

Color convert

RGB 136 98 37 -
CMYK 0 0.28 0.73 0.47
HSL 36.97º 0.57% 0.34% -
HSV(B) 36.97º 0.73% 0.53% -
XYZ 14.85 14.1 3.69 -
YUV 102.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 136 98 37 0 0.28 0.73 0.47 36.97 0.57 0.34
Hex 88 62 25 0 1C 49 2F 25 39 22
Octal 210 142 45 0 34 111 57 45 71 42
Binary 10001000 1100010 100101 0 11100 1001001 101111 100101 111001 100010

Color Harmonies of #886225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886225

Black with #886225

Text Example


Text Example

White with #886225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886225; }

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

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

background-color css

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

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

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

border-color css

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

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

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