Shades of Hot Curry #825B14
Tints of Hot Curry #825B14
RGB
CMYK
RGB Variations
Color information
#825B14 (or 0x825B14) is known color: Hot Curry. HEX triplet: 82, 5B and 14. RGB value is (130,91,20). Sum of RGB (Red+Green+Blue) = 130+91+20=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #825B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825B14 is #7DA4EB. Grayscale: #5E5E5E. Windows color (decimal): -8234220 or 1334146. OLE color: 1334146.
HSL color Cylindrical-coordinate representation of color #825B14: hue angle of 38.73º degrees, saturation: 0.73, 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 #825B14 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 91 | 20 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.49 |
| HSL | 38.73º | 0.73% | 0.29% | - |
| HSV(B) | 38.73º | 0.85% | 0.51% | - |
| XYZ | 13.07 | 12.28 | 2.34 | - |
| YUV | 94.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 20 | 0 | 0.30 | 0.85 | 0.49 | 38.73 | 0.73 | 0.29 |
| Hex | 82 | 5B | 14 | 0 | 1E | 55 | 31 | 27 | 49 | 1D |
| Octal | 202 | 133 | 24 | 0 | 36 | 125 | 61 | 47 | 111 | 35 |
| Binary | 10000010 | 1011011 | 10100 | 0 | 11110 | 1010101 | 110001 | 100111 | 1001001 | 11101 |
Color Harmonies of #825B14
Complementary color
Monochromatic Colors of #825B14
Black with #825B14
Text Example
Text Example
White with #825B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825B14; }
p { color: rgb(130,91,20); }
H1.HeaderClassName
{
color: #825B14;
}
.AnyTagClassName
{
color: #825B14;
}
</style>
background-color css
<style>
a { background-color: #825B14; }
a { background-color: rgb(130,91,20); }
div.DivClassName
{
background-color: #825B14;
}
.BgClassName
{
background-color: #825B14;
}
</style>
border-color css
<style>
span { border-color: #825B14; }
span { border-color: rgb(130,91,20); }
td.TdClassName
{
border-color: #825B14;
}
.TagClassName
{
border-color: #825B14;
}
</style>