Html Css Color HEX #885A20 Hot Curry

📋 copy color: '#885A20'

red 136 ◦ green 90 ◦ blue 32

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

Shades of Hot Curry #885A20

Tints of Hot Curry #885A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.88%

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

R = 52.71%
G = 34.88%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#885A20 (or 0x885A20) is known color: Hot Curry. HEX triplet: 88, 5A and 20. RGB value is (136,90,32). Sum of RGB (Red+Green+Blue) = 136+90+32=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #885A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A20 is #77A5DF. Grayscale: #616161. Windows color (decimal): -7841248 or 2120328. OLE color: 2120328.

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

Color convert

RGB 136 90 32 -
CMYK 0 0.34 0.76 0.47
HSL 33.46º 0.62% 0.33% -
HSV(B) 33.46º 0.76% 0.53% -
XYZ 14.07 12.65 3.07 -
YUV 97.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 136 90 32 0 0.34 0.76 0.47 33.46 0.62 0.33
Hex 88 5A 20 0 22 4C 2F 21 3E 21
Octal 210 132 40 0 42 114 57 41 76 41
Binary 10001000 1011010 100000 0 100010 1001100 101111 100001 111110 100001

Color Harmonies of #885A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A20

Black with #885A20

Text Example


Text Example

White with #885A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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