Html Css Color HEX #885320 Hot Curry

📋 copy color: '#885320'

red 136 ◦ green 83 ◦ blue 32

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

Shades of Hot Curry #885320

Tints of Hot Curry #885320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.07%

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

R = 54.18%
G = 33.07%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#885320 (or 0x885320) is known color: Hot Curry. HEX triplet: 88, 53 and 20. RGB value is (136,83,32). Sum of RGB (Red+Green+Blue) = 136+83+32=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #885320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885320 is #77ACDF. Grayscale: #5D5D5D. Windows color (decimal): -7843040 or 2118536. OLE color: 2118536.

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

Color convert

RGB 136 83 32 -
CMYK 0 0.39 0.76 0.47
HSL 29.42º 0.62% 0.33% -
HSV(B) 29.42º 0.76% 0.53% -
XYZ 13.51 11.53 2.88 -
YUV 93.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 136 83 32 0 0.39 0.76 0.47 29.42 0.62 0.33
Hex 88 53 20 0 27 4C 2F 1D 3E 21
Octal 210 123 40 0 47 114 57 35 76 41
Binary 10001000 1010011 100000 0 100111 1001100 101111 11101 111110 100001

Color Harmonies of #885320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885320

Black with #885320

Text Example


Text Example

White with #885320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885320; }

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

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

background-color css

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

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

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

border-color css

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

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

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