Shades of Kabul #735D4E
Tints of Kabul #735D4E
RGB
CMYK
RGB Variations
Color information
#735D4E (or 0x735D4E) is known color: Kabul. HEX triplet: 73, 5D and 4E. RGB value is (115,93,78). Sum of RGB (Red+Green+Blue) = 115+93+78=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #735D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D4E is #8CA2B1. Grayscale: #616161. Windows color (decimal): -9216690 or 5135731. OLE color: 5135731.
HSL color Cylindrical-coordinate representation of color #735D4E: hue angle of 24.32º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #735D4E is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 78 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.55 |
| HSL | 24.32º | 0.19% | 0.38% | - |
| HSV(B) | 24.32º | 0.32% | 0.45% | - |
| XYZ | 12.36 | 12.02 | 8.88 | - |
| YUV | 97.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 78 | 0 | 0.19 | 0.32 | 0.55 | 24.32 | 0.19 | 0.38 |
| Hex | 73 | 5D | 4E | 0 | 13 | 20 | 37 | 18 | 13 | 26 |
| Octal | 163 | 135 | 116 | 0 | 23 | 40 | 67 | 30 | 23 | 46 |
| Binary | 1110011 | 1011101 | 1001110 | 0 | 10011 | 100000 | 110111 | 11000 | 10011 | 100110 |
Color Harmonies of #735D4E
Complementary color
Monochromatic Colors of #735D4E
Black with #735D4E
Text Example
Text Example
White with #735D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D4E; }
p { color: rgb(115,93,78); }
H1.HeaderClassName
{
color: #735D4E;
}
.AnyTagClassName
{
color: #735D4E;
}
</style>
background-color css
<style>
a { background-color: #735D4E; }
a { background-color: rgb(115,93,78); }
div.DivClassName
{
background-color: #735D4E;
}
.BgClassName
{
background-color: #735D4E;
}
</style>
border-color css
<style>
span { border-color: #735D4E; }
span { border-color: rgb(115,93,78); }
td.TdClassName
{
border-color: #735D4E;
}
.TagClassName
{
border-color: #735D4E;
}
</style>