#825B13

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

Shades of Hot Curry #825B13

Tints of Hot Curry #825B13

Color information

#825B13 (or 0x825B13) is unknown color: approx Hot Curry. HEX triplet: 82, 5B and 13. RGB value is (130,91,19). Sum of RGB (Red+Green+Blue) = 130+91+19=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #825B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825B13 is #7DA4EC. Grayscale: #5E5E5E. Windows color (decimal): -8234221 or 1268610. OLE color: 1268610.

HSL color Cylindrical-coordinate representation of color #825B13: hue angle of 38.92º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #825B13 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1309119-
CMYK00.300.850.49
HSL38.92º74.5%29.22%-
HSV(B)38.92º85.38%50.98%-
XYZ13.0612.282.3-
YUV94.4585.42153.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 19 (7.81% from 255) = 7.92%
R=54.17%
G=37.92%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130911900.300.850.4938.9274.529.22
Hex825B1301E5531274a1d
Octal20213323036125614711235
Binary100000101011011100110111101010101110001100111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,91,19); }

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

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

 a { background-color: rgb(130,91,19); }

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

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

 span { border-color: rgb(130,91,19); }

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