#825B21

Color #825B21 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #825B21

Tints of Hot Curry #825B21

Color information

#825B21 (or 0x825B21) is unknown color: approx Hot Curry. HEX triplet: 82, 5B and 21. RGB value is (130,91,33). Sum of RGB (Red+Green+Blue) = 130+91+33=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #825B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B21 is #7DA4DE. Grayscale: #606060. Windows color (decimal): -8234207 or 2186114. OLE color: 2186114.

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

Color convert

RGB1309133-
CMYK00.300.750.49
HSL35.88º59.51%31.96%-
HSV(B)35.88º74.62%50.98%-
XYZ13.2212.343.12-
YUV96.0592.42152.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 91 (35.94% from 255) = 35.83%
BLUE value IS 33 (13.28% from 255) = 12.99%
R=51.18%
G=35.83%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130913300.300.750.4935.8859.5131.96
Hex825B2101E4B31243c20
Octal2021334103611361447440
Binary1000001010110111000010111101001011110001100100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825B21; }

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

 H1.HeaderClassName
 {
   color: #825B21;
 }
 .AnyTagClassName
 {
   color: #825B21;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #825B21;
 }
 .BgClassName
 {
   background-color: #825B21;
 }
</style>
border-color css

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

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

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