#825F21

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

Shades of Hot Curry #825F21

Tints of Hot Curry #825F21

Color information

#825F21 (or 0x825F21) is unknown color: approx Hot Curry. HEX triplet: 82, 5F and 21. RGB value is (130,95,33). Sum of RGB (Red+Green+Blue) = 130+95+33=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #825F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F21 is #7DA0DE. Grayscale: #626262. Windows color (decimal): -8233183 or 2187138. OLE color: 2187138.

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

Color convert

RGB1309533-
CMYK00.270.750.49
HSL38.35º59.51%31.96%-
HSV(B)38.35º74.62%50.98%-
XYZ13.5713.043.24-
YUV98.491.1150.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 95 (37.5% from 255) = 36.82%
BLUE value IS 33 (13.28% from 255) = 12.79%
R=50.39%
G=36.82%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130953300.270.750.4938.3559.5131.96
Hex825F2101B4B31263c20
Octal2021374103311361467440
Binary1000001010111111000010110111001011110001100110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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