Html Css Color HEX #885820 Hot Curry

📋 copy color: '#885820'

red 136 ◦ green 88 ◦ blue 32

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

Shades of Hot Curry #885820

Tints of Hot Curry #885820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.38%

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

R = 53.13%
G = 34.38%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#885820 (or 0x885820) is known color: Hot Curry. HEX triplet: 88, 58 and 20. RGB value is (136,88,32). Sum of RGB (Red+Green+Blue) = 136+88+32=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #885820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885820 is #77A7DF. Grayscale: #606060. Windows color (decimal): -7841760 or 2119816. OLE color: 2119816.

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

Color convert

RGB 136 88 32 -
CMYK 0 0.35 0.76 0.47
HSL 32.31º 0.62% 0.33% -
HSV(B) 32.31º 0.76% 0.53% -
XYZ 13.9 12.32 3.01 -
YUV 95.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 136 88 32 0 0.35 0.76 0.47 32.31 0.62 0.33
Hex 88 58 20 0 23 4C 2F 20 3E 21
Octal 210 130 40 0 43 114 57 40 76 41
Binary 10001000 1011000 100000 0 100011 1001100 101111 100000 111110 100001

Color Harmonies of #885820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885820

Black with #885820

Text Example


Text Example

White with #885820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885820; }

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

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

background-color css

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

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

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

border-color css

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

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

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