Html Css Color HEX #886326 Hot Curry

📋 copy color: '#886326'

red 136 ◦ green 99 ◦ blue 38

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

Shades of Hot Curry #886326

Tints of Hot Curry #886326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 49.82%
G = 36.26%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#886326 (or 0x886326) is known color: Hot Curry. HEX triplet: 88, 63 and 26. RGB value is (136,99,38). Sum of RGB (Red+Green+Blue) = 136+99+38=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #886326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886326 is #779CD9. Grayscale: #676767. Windows color (decimal): -7838938 or 2515848. OLE color: 2515848.

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

Color convert

RGB 136 99 38 -
CMYK 0 0.27 0.72 0.47
HSL 37.35º 0.56% 0.34% -
HSV(B) 37.35º 0.72% 0.53% -
XYZ 14.97 14.3 3.8 -
YUV 103.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 136 99 38 0 0.27 0.72 0.47 37.35 0.56 0.34
Hex 88 63 26 0 1B 48 2F 25 38 22
Octal 210 143 46 0 33 110 57 45 70 42
Binary 10001000 1100011 100110 0 11011 1001000 101111 100101 111000 100010

Color Harmonies of #886326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886326

Black with #886326

Text Example


Text Example

White with #886326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886326; }

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

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

background-color css

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

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

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

border-color css

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

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

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