Html Css Color HEX #825221 Hot Curry

📋 copy color: '#825221'

red 130 ◦ green 82 ◦ blue 33

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

Shades of Hot Curry #825221

Tints of Hot Curry #825221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.47%

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

R = 53.06%
G = 33.47%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#825221 (or 0x825221) is known color: Hot Curry. HEX triplet: 82, 52 and 21. RGB value is (130,82,33). Sum of RGB (Red+Green+Blue) = 130+82+33=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #825221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825221 is #7DADDE. Grayscale: #5B5B5B. Windows color (decimal): -8236511 or 2183810. OLE color: 2183810.

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

Color convert

RGB 130 82 33 -
CMYK 0 0.37 0.75 0.49
HSL 30.31º 0.6% 0.32% -
HSV(B) 30.31º 0.75% 0.51% -
XYZ 12.5 10.89 2.88 -
YUV 90.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 130 82 33 0 0.37 0.75 0.49 30.31 0.6 0.32
Hex 82 52 21 0 25 4B 31 1E 3C 20
Octal 202 122 41 0 45 113 61 36 74 40
Binary 10000010 1010010 100001 0 100101 1001011 110001 11110 111100 100000

Color Harmonies of #825221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825221

Black with #825221

Text Example


Text Example

White with #825221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825221; }

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

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

background-color css

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

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

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

border-color css

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

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

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