Html Css Color HEX #825621 Hot Curry

📋 copy color: '#825621'

red 130 ◦ green 86 ◦ blue 33

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

Shades of Hot Curry #825621

Tints of Hot Curry #825621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.25%

R = 52.21%
G = 34.54%
B = 13.25%

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

#825621 (or 0x825621) is known color: Hot Curry. HEX triplet: 82, 56 and 21. RGB value is (130,86,33). Sum of RGB (Red+Green+Blue) = 130+86+33=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #825621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825621 is #7DA9DE. Grayscale: #5D5D5D. Windows color (decimal): -8235487 or 2184834. OLE color: 2184834.

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

Color convert

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

Color Harmonies of #825621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825621

Black with #825621

Text Example


Text Example

White with #825621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825621; }

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

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

background-color css

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

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

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

border-color css

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

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

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