#825620

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

Shades of Hot Curry #825620

Tints of Hot Curry #825620

Color information

#825620 (or 0x825620) is unknown color: approx Hot Curry. HEX triplet: 82, 56 and 20. RGB value is (130,86,32). Sum of RGB (Red+Green+Blue) = 130+86+32=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #825620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825620 is #7DA9DF. Grayscale: #5D5D5D. Windows color (decimal): -8235488 or 2119298. OLE color: 2119298.

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

Color convert

RGB1308632-
CMYK00.340.750.49
HSL33.06º60.49%31.76%-
HSV(B)33.06º75.38%50.98%-
XYZ12.7911.512.91-
YUV9393.58154.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=52.42%
G=34.68%
B=12.90%

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
Decimal130863200.340.750.4933.0660.4931.76
Hex8256200224B31213c20
Octal2021264004211361417440
Binary10000010101011010000001000101001011110001100001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825620; }

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

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

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

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

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

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

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

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