#825221

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

Shades of Hot Curry #825221

Tints of Hot Curry #825221

Color information

#825221 (or 0x825221) is unknown color: approx 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

RGB1308233-
CMYK00.370.750.49
HSL30.31º59.51%31.96%-
HSV(B)30.31º74.62%50.98%-
XYZ12.510.892.88-
YUV90.7795.4155.98-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130823300.370.750.4930.3159.5131.96
Hex8252210254B311e3c20
Octal2021224104511361367440
Binary1000001010100101000010100101100101111000111110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>