Html Css Color HEX #885420 Hot Curry

📋 copy color: '#885420'

red 136 ◦ green 84 ◦ blue 32

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

Shades of Hot Curry #885420

Tints of Hot Curry #885420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

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

R = 53.97%
G = 33.33%
B = 12.7%

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

#885420 (or 0x885420) is known color: Hot Curry. HEX triplet: 88, 54 and 20. RGB value is (136,84,32). Sum of RGB (Red+Green+Blue) = 136+84+32=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #885420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885420 is #77ABDF. Grayscale: #5D5D5D. Windows color (decimal): -7842784 or 2118792. OLE color: 2118792.

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

Color convert

RGB 136 84 32 -
CMYK 0 0.38 0.76 0.47
HSL 30º 0.62% 0.33% -
HSV(B) 30º 0.76% 0.53% -
XYZ 13.58 11.68 2.9 -
YUV 93.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 136 84 32 0 0.38 0.76 0.47 30 0.62 0.33
Hex 88 54 20 0 26 4C 2F 1E 3E 21
Octal 210 124 40 0 46 114 57 36 76 41
Binary 10001000 1010100 100000 0 100110 1001100 101111 11110 111110 100001

Color Harmonies of #885420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885420

Black with #885420

Text Example


Text Example

White with #885420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885420; }

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

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

background-color css

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

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

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

border-color css

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

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

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