Shades of Kenyan Copper #70352F
Tints of Kenyan Copper #70352F
RGB
CMYK
RGB Variations
Color information
#70352F (or 0x70352F) is known color: Kenyan Copper. HEX triplet: 70, 35 and 2F. RGB value is (112,53,47). Sum of RGB (Red+Green+Blue) = 112+53+47=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70352F is #8FCAD0. Grayscale: #464646. Windows color (decimal): -9423569 or 3093872. OLE color: 3093872.
HSL color Cylindrical-coordinate representation of color #70352F: hue angle of 5.54º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70352F is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 47 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.56 |
| HSL | 5.54º | 0.41% | 0.31% | - |
| HSV(B) | 5.54º | 0.58% | 0.44% | - |
| XYZ | 8.47 | 6.2 | 3.44 | - |
| YUV | 69.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 47 | 0 | 0.53 | 0.58 | 0.56 | 5.54 | 0.41 | 0.31 |
| Hex | 70 | 35 | 2F | 0 | 35 | 3A | 38 | 6 | 29 | 1F |
| Octal | 160 | 65 | 57 | 0 | 65 | 72 | 70 | 6 | 51 | 37 |
| Binary | 1110000 | 110101 | 101111 | 0 | 110101 | 111010 | 111000 | 110 | 101001 | 11111 |
Color Harmonies of #70352F
Complementary color
Monochromatic Colors of #70352F
Black with #70352F
Text Example
Text Example
White with #70352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70352F; }
p { color: rgb(112,53,47); }
H1.HeaderClassName
{
color: #70352F;
}
.AnyTagClassName
{
color: #70352F;
}
</style>
background-color css
<style>
a { background-color: #70352F; }
a { background-color: rgb(112,53,47); }
div.DivClassName
{
background-color: #70352F;
}
.BgClassName
{
background-color: #70352F;
}
</style>
border-color css
<style>
span { border-color: #70352F; }
span { border-color: rgb(112,53,47); }
td.TdClassName
{
border-color: #70352F;
}
.TagClassName
{
border-color: #70352F;
}
</style>