Html Css Color HEX #886324 Hot Curry

📋 copy color: '#886324'

red 136 ◦ green 99 ◦ blue 36

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

Shades of Hot Curry #886324

Tints of Hot Curry #886324

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.53%

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 50.18%
G = 36.53%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#886324 (or 0x886324) is known color: Hot Curry. HEX triplet: 88, 63 and 24. RGB value is (136,99,36). Sum of RGB (Red+Green+Blue) = 136+99+36=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #886324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886324 is #779CDB. Grayscale: #676767. Windows color (decimal): -7838940 or 2384776. OLE color: 2384776.

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

Color convert

RGB 136 99 36 -
CMYK 0 0.27 0.74 0.47
HSL 37.8º 0.58% 0.34% -
HSV(B) 37.8º 0.74% 0.53% -
XYZ 14.93 14.29 3.64 -
YUV 102.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 136 99 36 0 0.27 0.74 0.47 37.8 0.58 0.34
Hex 88 63 24 0 1B 4A 2F 26 3A 22
Octal 210 143 44 0 33 112 57 46 72 42
Binary 10001000 1100011 100100 0 11011 1001010 101111 100110 111010 100010

Color Harmonies of #886324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886324

Black with #886324

Text Example


Text Example

White with #886324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886324; }

 p { color: rgb(136,99,36); }

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

background-color css

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

 a { background-color: rgb(136,99,36); }

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

border-color css

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

 span { border-color: rgb(136,99,36); }

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