#825521

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

Shades of Hot Curry #825521

Tints of Hot Curry #825521

Color information

#825521 (or 0x825521) is unknown color: approx Hot Curry. HEX triplet: 82, 55 and 21. RGB value is (130,85,33). Sum of RGB (Red+Green+Blue) = 130+85+33=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #825521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825521 is #7DAADE. Grayscale: #5C5C5C. Windows color (decimal): -8235743 or 2184578. OLE color: 2184578.

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

Color convert

RGB1308533-
CMYK00.350.750.49
HSL32.16º59.51%31.96%-
HSV(B)32.16º74.62%50.98%-
XYZ12.7311.352.96-
YUV92.5394.41154.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 33 (13.28% from 255) = 13.31%
R=52.42%
G=34.27%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130853300.350.750.4932.1659.5131.96
Hex8255210234B31203c20
Octal2021254104311361407440
Binary10000010101010110000101000111001011110001100000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825521; }

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

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

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

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

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

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

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

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