#825C15

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

Shades of Hot Curry #825C15

Tints of Hot Curry #825C15

Color information

#825C15 (or 0x825C15) is unknown color: approx Hot Curry. HEX triplet: 82, 5C and 15. RGB value is (130,92,21). Sum of RGB (Red+Green+Blue) = 130+92+21=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #825C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C15 is #7DA3EA. Grayscale: #5F5F5F. Windows color (decimal): -8233963 or 1399938. OLE color: 1399938.

HSL color Cylindrical-coordinate representation of color #825C15: hue angle of 39.08º 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 #825C15 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB1309221-
CMYK00.290.840.49
HSL39.08º72.19%29.61%-
HSV(B)39.08º83.85%50.98%-
XYZ13.1712.452.42-
YUV95.2786.09152.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 92 (36.33% from 255) = 37.86%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=53.50%
G=37.86%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130922100.290.840.4939.0872.1929.61
Hex825C1501D543127481e
Octal20213425035124614711036
Binary100000101011100101010111011010100110001100111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825C15; }

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

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

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

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

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

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

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

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