Shades of Hot Curry #85531B
Tints of Hot Curry #85531B
RGB
CMYK
RGB Variations
Color information
#85531B (or 0x85531B) is known color: Hot Curry. HEX triplet: 85, 53 and 1B. RGB value is (133,83,27). Sum of RGB (Red+Green+Blue) = 133+83+27=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85531B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85531B is #7AACE4. Grayscale: #5B5B5B. Windows color (decimal): -8039653 or 1790853. OLE color: 1790853.
HSL color Cylindrical-coordinate representation of color #85531B: hue angle of 31.7º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85531B is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 27 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.48 |
| HSL | 31.7º | 0.66% | 0.31% | - |
| HSV(B) | 31.7º | 0.8% | 0.52% | - |
| XYZ | 12.96 | 11.25 | 2.53 | - |
| YUV | 91.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 27 | 0 | 0.38 | 0.80 | 0.48 | 31.7 | 0.66 | 0.31 |
| Hex | 85 | 53 | 1B | 0 | 26 | 50 | 30 | 20 | 42 | 1F |
| Octal | 205 | 123 | 33 | 0 | 46 | 120 | 60 | 40 | 102 | 37 |
| Binary | 10000101 | 1010011 | 11011 | 0 | 100110 | 1010000 | 110000 | 100000 | 1000010 | 11111 |
Color Harmonies of #85531B
Complementary color
Monochromatic Colors of #85531B
Black with #85531B
Text Example
Text Example
White with #85531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85531B; }
p { color: rgb(133,83,27); }
H1.HeaderClassName
{
color: #85531B;
}
.AnyTagClassName
{
color: #85531B;
}
</style>
background-color css
<style>
a { background-color: #85531B; }
a { background-color: rgb(133,83,27); }
div.DivClassName
{
background-color: #85531B;
}
.BgClassName
{
background-color: #85531B;
}
</style>
border-color css
<style>
span { border-color: #85531B; }
span { border-color: rgb(133,83,27); }
td.TdClassName
{
border-color: #85531B;
}
.TagClassName
{
border-color: #85531B;
}
</style>