Html Css Color HEX #885520 Hot Curry

📋 copy color: '#885520'

red 136 ◦ green 85 ◦ blue 32

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

Shades of Hot Curry #885520

Tints of Hot Curry #885520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.6%

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

R = 53.75%
G = 33.6%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#885520 (or 0x885520) is known color: Hot Curry. HEX triplet: 88, 55 and 20. RGB value is (136,85,32). Sum of RGB (Red+Green+Blue) = 136+85+32=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #885520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885520 is #77AADF. Grayscale: #5E5E5E. Windows color (decimal): -7842528 or 2119048. OLE color: 2119048.

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

Color convert

RGB 136 85 32 -
CMYK 0 0.38 0.76 0.47
HSL 30.58º 0.62% 0.33% -
HSV(B) 30.58º 0.76% 0.53% -
XYZ 13.66 11.84 2.93 -
YUV 94.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 136 85 32 0 0.38 0.76 0.47 30.58 0.62 0.33
Hex 88 55 20 0 26 4C 2F 1F 3E 21
Octal 210 125 40 0 46 114 57 37 76 41
Binary 10001000 1010101 100000 0 100110 1001100 101111 11111 111110 100001

Color Harmonies of #885520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885520

Black with #885520

Text Example


Text Example

White with #885520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885520; }

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

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

background-color css

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

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

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

border-color css

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

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

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