Html Css Color HEX #885E20 Hot Curry

📋 copy color: '#885E20'

red 136 ◦ green 94 ◦ blue 32

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

Shades of Hot Curry #885E20

Tints of Hot Curry #885E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.88%

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

R = 51.91%
G = 35.88%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#885E20 (or 0x885E20) is known color: Hot Curry. HEX triplet: 88, 5E and 20. RGB value is (136,94,32). Sum of RGB (Red+Green+Blue) = 136+94+32=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #885E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E20 is #77A1DF. Grayscale: #636363. Windows color (decimal): -7840224 or 2121352. OLE color: 2121352.

HSL color Cylindrical-coordinate representation of color #885E20: hue angle of 35.77º 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 #885E20 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 94 32 -
CMYK 0 0.31 0.76 0.47
HSL 35.77º 0.62% 0.33% -
HSV(B) 35.77º 0.76% 0.53% -
XYZ 14.42 13.34 3.18 -
YUV 99.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 136 94 32 0 0.31 0.76 0.47 35.77 0.62 0.33
Hex 88 5E 20 0 1F 4C 2F 24 3E 21
Octal 210 136 40 0 37 114 57 44 76 41
Binary 10001000 1011110 100000 0 11111 1001100 101111 100100 111110 100001

Color Harmonies of #885E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E20

Black with #885E20

Text Example


Text Example

White with #885E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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