#825621

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

Shades of Hot Curry #825621

Tints of Hot Curry #825621

Color information

#825621 (or 0x825621) is unknown color: approx Hot Curry. HEX triplet: 82, 56 and 21. RGB value is (130,86,33). Sum of RGB (Red+Green+Blue) = 130+86+33=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #825621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825621 is #7DA9DE. Grayscale: #5D5D5D. Windows color (decimal): -8235487 or 2184834. OLE color: 2184834.

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

Color convert

RGB1308633-
CMYK00.340.750.49
HSL32.78º59.51%31.96%-
HSV(B)32.78º74.62%50.98%-
XYZ12.8111.512.99-
YUV93.1194.08154.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=52.21%
G=34.54%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130863300.340.750.4932.7859.5131.96
Hex8256210224B31213c20
Octal2021264104211361417440
Binary10000010101011010000101000101001011110001100001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825621; }

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

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

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

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

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

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

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

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