Html Css Color HEX #886020 Hot Curry

📋 copy color: '#886020'

red 136 ◦ green 96 ◦ blue 32

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

Shades of Hot Curry #886020

Tints of Hot Curry #886020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.36%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 51.52%
G = 36.36%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#886020 (or 0x886020) is known color: Hot Curry. HEX triplet: 88, 60 and 20. RGB value is (136,96,32). Sum of RGB (Red+Green+Blue) = 136+96+32=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #886020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886020 is #779FDF. Grayscale: #646464. Windows color (decimal): -7839712 or 2121864. OLE color: 2121864.

HSL color Cylindrical-coordinate representation of color #886020: hue angle of 36.92º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #886020 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 96 32 -
CMYK 0 0.29 0.76 0.47
HSL 36.92º 0.62% 0.33% -
HSV(B) 36.92º 0.76% 0.53% -
XYZ 14.6 13.7 3.24 -
YUV 100.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 136 96 32 0 0.29 0.76 0.47 36.92 0.62 0.33
Hex 88 60 20 0 1D 4C 2F 25 3E 21
Octal 210 140 40 0 35 114 57 45 76 41
Binary 10001000 1100000 100000 0 11101 1001100 101111 100101 111110 100001

Color Harmonies of #886020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886020

Black with #886020

Text Example


Text Example

White with #886020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886020; }

 p { color: rgb(136,96,32); }

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

background-color css

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

 a { background-color: rgb(136,96,32); }

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

border-color css

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

 span { border-color: rgb(136,96,32); }

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