Shades of Hot Curry #855822
Tints of Hot Curry #855822
RGB
CMYK
RGB Variations
Color information
#855822 (or 0x855822) is known color: Hot Curry. HEX triplet: 85, 58 and 22. RGB value is (133,88,34). Sum of RGB (Red+Green+Blue) = 133+88+34=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #855822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855822 is #7AA7DD. Grayscale: #5F5F5F. Windows color (decimal): -8038366 or 2250885. OLE color: 2250885.
HSL color Cylindrical-coordinate representation of color #855822: hue angle of 32.73º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #855822 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 34 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.48 |
| HSL | 32.73º | 0.59% | 0.33% | - |
| HSV(B) | 32.73º | 0.74% | 0.52% | - |
| XYZ | 13.45 | 12.08 | 3.14 | - |
| YUV | 95.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 34 | 0 | 0.34 | 0.74 | 0.48 | 32.73 | 0.59 | 0.33 |
| Hex | 85 | 58 | 22 | 0 | 22 | 4A | 30 | 21 | 3B | 21 |
| Octal | 205 | 130 | 42 | 0 | 42 | 112 | 60 | 41 | 73 | 41 |
| Binary | 10000101 | 1011000 | 100010 | 0 | 100010 | 1001010 | 110000 | 100001 | 111011 | 100001 |
Color Harmonies of #855822
Complementary color
Monochromatic Colors of #855822
Black with #855822
Text Example
Text Example
White with #855822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855822; }
p { color: rgb(133,88,34); }
H1.HeaderClassName
{
color: #855822;
}
.AnyTagClassName
{
color: #855822;
}
</style>
background-color css
<style>
a { background-color: #855822; }
a { background-color: rgb(133,88,34); }
div.DivClassName
{
background-color: #855822;
}
.BgClassName
{
background-color: #855822;
}
</style>
border-color css
<style>
span { border-color: #855822; }
span { border-color: rgb(133,88,34); }
td.TdClassName
{
border-color: #855822;
}
.TagClassName
{
border-color: #855822;
}
</style>