Html Css Color HEX #825720 Hot Curry

📋 copy color: '#825720'

red 130 ◦ green 87 ◦ blue 32

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

Shades of Hot Curry #825720

Tints of Hot Curry #825720

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.94%

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

R = 52.21%
G = 34.94%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#825720 (or 0x825720) is known color: Hot Curry. HEX triplet: 82, 57 and 20. RGB value is (130,87,32). Sum of RGB (Red+Green+Blue) = 130+87+32=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #825720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825720 is #7DA8DF. Grayscale: #5D5D5D. Windows color (decimal): -8235232 or 2119554. OLE color: 2119554.

HSL color Cylindrical-coordinate representation of color #825720: hue angle of 33.67º 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 #825720 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 87 32 -
CMYK 0 0.33 0.75 0.49
HSL 33.67º 0.6% 0.32% -
HSV(B) 33.67º 0.75% 0.51% -
XYZ 12.87 11.67 2.94 -
YUV 93.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 130 87 32 0 0.33 0.75 0.49 33.67 0.6 0.32
Hex 82 57 20 0 21 4B 31 22 3C 20
Octal 202 127 40 0 41 113 61 42 74 40
Binary 10000010 1010111 100000 0 100001 1001011 110001 100010 111100 100000

Color Harmonies of #825720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825720

Black with #825720

Text Example


Text Example

White with #825720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825720; }

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

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

background-color css

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

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

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

border-color css

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

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

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