Html Css Color HEX #886323 Hot Curry

📋 copy color: '#886323'

red 136 ◦ green 99 ◦ blue 35

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

Shades of Hot Curry #886323

Tints of Hot Curry #886323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.96%

R = 50.37%
G = 36.67%
B = 12.96%

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

#886323 (or 0x886323) is known color: Hot Curry. HEX triplet: 88, 63 and 23. RGB value is (136,99,35). Sum of RGB (Red+Green+Blue) = 136+99+35=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #886323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886323 is #779CDC. Grayscale: #676767. Windows color (decimal): -7838941 or 2319240. OLE color: 2319240.

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

Color convert

RGB 136 99 35 -
CMYK 0 0.27 0.74 0.47
HSL 38.02º 0.59% 0.34% -
HSV(B) 38.02º 0.74% 0.53% -
XYZ 14.92 14.28 3.56 -
YUV 102.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 136 99 35 0 0.27 0.74 0.47 38.02 0.59 0.34
Hex 88 63 23 0 1B 4A 2F 26 3B 22
Octal 210 143 43 0 33 112 57 46 73 42
Binary 10001000 1100011 100011 0 11011 1001010 101111 100110 111011 100010

Color Harmonies of #886323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886323

Black with #886323

Text Example


Text Example

White with #886323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886323; }

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

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

background-color css

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

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

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

border-color css

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

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

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