Html Css Color HEX #886325 Hot Curry

📋 copy color: '#886325'

red 136 ◦ green 99 ◦ blue 37

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

Shades of Hot Curry #886325

Tints of Hot Curry #886325

RGB

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

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

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

R = 50%
G = 36.4%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#886325 (or 0x886325) is known color: Hot Curry. HEX triplet: 88, 63 and 25. RGB value is (136,99,37). Sum of RGB (Red+Green+Blue) = 136+99+37=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #886325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886325 is #779CDA. Grayscale: #676767. Windows color (decimal): -7838939 or 2450312. OLE color: 2450312.

HSL color Cylindrical-coordinate representation of color #886325: hue angle of 37.58º 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 #886325 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 99 37 -
CMYK 0 0.27 0.73 0.47
HSL 37.58º 0.57% 0.34% -
HSV(B) 37.58º 0.73% 0.53% -
XYZ 14.95 14.29 3.72 -
YUV 103 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 136 99 37 0 0.27 0.73 0.47 37.58 0.57 0.34
Hex 88 63 25 0 1B 49 2F 26 39 22
Octal 210 143 45 0 33 111 57 46 71 42
Binary 10001000 1100011 100101 0 11011 1001001 101111 100110 111001 100010

Color Harmonies of #886325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886325

Black with #886325

Text Example


Text Example

White with #886325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886325; }

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

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

background-color css

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

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

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

border-color css

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

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

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