Html Css Color HEX #825620 Hot Curry

📋 copy color: '#825620'

red 130 ◦ green 86 ◦ blue 32

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

Shades of Hot Curry #825620

Tints of Hot Curry #825620

RGB

 RED value IS 130 (51.17% from 255) = 52.42%

 GREEN value IS 86 (33.98% from 255) = 34.68%

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

R = 52.42%
G = 34.68%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#825620 (or 0x825620) is known color: Hot Curry. HEX triplet: 82, 56 and 20. RGB value is (130,86,32). Sum of RGB (Red+Green+Blue) = 130+86+32=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #825620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825620 is #7DA9DF. Grayscale: #5D5D5D. Windows color (decimal): -8235488 or 2119298. OLE color: 2119298.

HSL color Cylindrical-coordinate representation of color #825620: hue angle of 33.06º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #825620 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 32 -
CMYK 0 0.34 0.75 0.49
HSL 33.06º 0.6% 0.32% -
HSV(B) 33.06º 0.75% 0.51% -
XYZ 12.79 11.51 2.91 -
YUV 93 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 130 86 32 0 0.34 0.75 0.49 33.06 0.6 0.32
Hex 82 56 20 0 22 4B 31 21 3C 20
Octal 202 126 40 0 42 113 61 41 74 40
Binary 10000010 1010110 100000 0 100010 1001011 110001 100001 111100 100000

Color Harmonies of #825620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825620

Black with #825620

Text Example


Text Example

White with #825620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825620; }

 p { color: rgb(130,86,32); }

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

background-color css

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

 a { background-color: rgb(130,86,32); }

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

border-color css

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

 span { border-color: rgb(130,86,32); }

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