Html Css Color HEX #885D20 Hot Curry

📋 copy color: '#885D20'

red 136 ◦ green 93 ◦ blue 32

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

Shades of Hot Curry #885D20

Tints of Hot Curry #885D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.63%

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

R = 52.11%
G = 35.63%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#885D20 (or 0x885D20) is known color: Hot Curry. HEX triplet: 88, 5D and 20. RGB value is (136,93,32). Sum of RGB (Red+Green+Blue) = 136+93+32=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #885D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D20 is #77A2DF. Grayscale: #636363. Windows color (decimal): -7840480 or 2121096. OLE color: 2121096.

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

Color convert

RGB 136 93 32 -
CMYK 0 0.32 0.76 0.47
HSL 35.19º 0.62% 0.33% -
HSV(B) 35.19º 0.76% 0.53% -
XYZ 14.33 13.17 3.15 -
YUV 98.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 136 93 32 0 0.32 0.76 0.47 35.19 0.62 0.33
Hex 88 5D 20 0 20 4C 2F 23 3E 21
Octal 210 135 40 0 40 114 57 43 76 41
Binary 10001000 1011101 100000 0 100000 1001100 101111 100011 111110 100001

Color Harmonies of #885D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D20

Black with #885D20

Text Example


Text Example

White with #885D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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