Shades of Crail #9D584B
Tints of Crail #9D584B
RGB
CMYK
RGB Variations
Color information
#9D584B (or 0x9D584B) is known color: Crail. HEX triplet: 9D, 58 and 4B. RGB value is (157,88,75). Sum of RGB (Red+Green+Blue) = 157+88+75=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D584B is #62A7B4. Grayscale: #6B6B6B. Windows color (decimal): -6465461 or 4937885. OLE color: 4937885.
HSL color Cylindrical-coordinate representation of color #9D584B: hue angle of 9.51º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D584B is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 88 | 75 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.38 |
| HSL | 9.51º | 0.35% | 0.45% | - |
| HSV(B) | 9.51º | 0.52% | 0.62% | - |
| XYZ | 18.66 | 14.66 | 8.5 | - |
| YUV | 107.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 88 | 75 | 0 | 0.44 | 0.52 | 0.38 | 9.51 | 0.35 | 0.45 |
| Hex | 9D | 58 | 4B | 0 | 2C | 34 | 26 | A | 23 | 2D |
| Octal | 235 | 130 | 113 | 0 | 54 | 64 | 46 | 12 | 43 | 55 |
| Binary | 10011101 | 1011000 | 1001011 | 0 | 101100 | 110100 | 100110 | 1010 | 100011 | 101101 |
Color Harmonies of #9D584B
Complementary color
Monochromatic Colors of #9D584B
Black with #9D584B
Text Example
Text Example
White with #9D584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D584B; }
p { color: rgb(157,88,75); }
H1.HeaderClassName
{
color: #9D584B;
}
.AnyTagClassName
{
color: #9D584B;
}
</style>
background-color css
<style>
a { background-color: #9D584B; }
a { background-color: rgb(157,88,75); }
div.DivClassName
{
background-color: #9D584B;
}
.BgClassName
{
background-color: #9D584B;
}
</style>
border-color css
<style>
span { border-color: #9D584B; }
span { border-color: rgb(157,88,75); }
td.TdClassName
{
border-color: #9D584B;
}
.TagClassName
{
border-color: #9D584B;
}
</style>