Shades of Kabul #705F53
Tints of Kabul #705F53
RGB
CMYK
RGB Variations
Color information
#705F53 (or 0x705F53) is known color: Kabul. HEX triplet: 70, 5F and 53. RGB value is (112,95,83). Sum of RGB (Red+Green+Blue) = 112+95+83=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #705F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F53 is #8FA0AC. Grayscale: #626262. Windows color (decimal): -9412781 or 5463920. OLE color: 5463920.
HSL color Cylindrical-coordinate representation of color #705F53: hue angle of 24.83º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705F53 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 83 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.56 |
| HSL | 24.83º | 0.15% | 0.38% | - |
| HSV(B) | 24.83º | 0.26% | 0.44% | - |
| XYZ | 12.34 | 12.25 | 9.9 | - |
| YUV | 98.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 83 | 0 | 0.15 | 0.26 | 0.56 | 24.83 | 0.15 | 0.38 |
| Hex | 70 | 5F | 53 | 0 | F | 1A | 38 | 19 | F | 26 |
| Octal | 160 | 137 | 123 | 0 | 17 | 32 | 70 | 31 | 17 | 46 |
| Binary | 1110000 | 1011111 | 1010011 | 0 | 1111 | 11010 | 111000 | 11001 | 1111 | 100110 |
Color Harmonies of #705F53
Complementary color
Monochromatic Colors of #705F53
Black with #705F53
Text Example
Text Example
White with #705F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F53; }
p { color: rgb(112,95,83); }
H1.HeaderClassName
{
color: #705F53;
}
.AnyTagClassName
{
color: #705F53;
}
</style>
background-color css
<style>
a { background-color: #705F53; }
a { background-color: rgb(112,95,83); }
div.DivClassName
{
background-color: #705F53;
}
.BgClassName
{
background-color: #705F53;
}
</style>
border-color css
<style>
span { border-color: #705F53; }
span { border-color: rgb(112,95,83); }
td.TdClassName
{
border-color: #705F53;
}
.TagClassName
{
border-color: #705F53;
}
</style>