Shades of Hot Curry #7D552B
Tints of Hot Curry #7D552B
RGB
CMYK
RGB Variations
Color information
#7D552B (or 0x7D552B) is known color: Hot Curry. HEX triplet: 7D, 55 and 2B. RGB value is (125,85,43). Sum of RGB (Red+Green+Blue) = 125+85+43=253 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.41% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 125 - color contains mainly: red. Hex color #7D552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D552B is #82AAD4. Grayscale: #5C5C5C. Windows color (decimal): -8563413 or 2839933. OLE color: 2839933.
HSL color Cylindrical-coordinate representation of color #7D552B: hue angle of 30.73º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D552B is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 85 | 43 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.51 |
| HSL | 30.73º | 0.49% | 0.33% | - |
| HSV(B) | 30.73º | 0.66% | 0.49% | - |
| XYZ | 12.14 | 11.03 | 3.77 | - |
| YUV | 92.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 43 | 0 | 0.32 | 0.66 | 0.51 | 30.73 | 0.49 | 0.33 |
| Hex | 7D | 55 | 2B | 0 | 20 | 42 | 33 | 1F | 31 | 21 |
| Octal | 175 | 125 | 53 | 0 | 40 | 102 | 63 | 37 | 61 | 41 |
| Binary | 1111101 | 1010101 | 101011 | 0 | 100000 | 1000010 | 110011 | 11111 | 110001 | 100001 |
Color Harmonies of #7D552B
Complementary color
Monochromatic Colors of #7D552B
Black with #7D552B
Text Example
Text Example
White with #7D552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D552B; }
p { color: rgb(125,85,43); }
H1.HeaderClassName
{
color: #7D552B;
}
.AnyTagClassName
{
color: #7D552B;
}
</style>
background-color css
<style>
a { background-color: #7D552B; }
a { background-color: rgb(125,85,43); }
div.DivClassName
{
background-color: #7D552B;
}
.BgClassName
{
background-color: #7D552B;
}
</style>
border-color css
<style>
span { border-color: #7D552B; }
span { border-color: rgb(125,85,43); }
td.TdClassName
{
border-color: #7D552B;
}
.TagClassName
{
border-color: #7D552B;
}
</style>