#825815

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

Shades of Hot Curry #825815

Tints of Hot Curry #825815

Color information

#825815 (or 0x825815) is unknown color: approx Hot Curry. HEX triplet: 82, 58 and 15. RGB value is (130,88,21). Sum of RGB (Red+Green+Blue) = 130+88+21=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #825815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825815 is #7DA7EA. Grayscale: #5D5D5D. Windows color (decimal): -8234987 or 1398914. OLE color: 1398914.

HSL color Cylindrical-coordinate representation of color #825815: hue angle of 36.88º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #825815 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB1308821-
CMYK00.320.840.49
HSL36.88º72.19%29.61%-
HSV(B)36.88º83.85%50.98%-
XYZ12.8311.782.31-
YUV92.9287.41154.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 21 (8.59% from 255) = 8.79%
R=54.39%
G=36.82%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130882100.320.840.4936.8872.1929.61
Hex825815020543125481e
Octal20213025040124614511036
Binary1000001010110001010101000001010100110001100101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825815; }

 p { color: rgb(130,88,21); }

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

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

 a { background-color: rgb(130,88,21); }

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

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

 span { border-color: rgb(130,88,21); }

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