Shades of Kenyan Copper #70322B
Tints of Kenyan Copper #70322B
RGB
CMYK
RGB Variations
Color information
#70322B (or 0x70322B) is known color: Kenyan Copper. HEX triplet: 70, 32 and 2B. RGB value is (112,50,43). Sum of RGB (Red+Green+Blue) = 112+50+43=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70322B is #8FCDD4. Grayscale: #434343. Windows color (decimal): -9424341 or 2830960. OLE color: 2830960.
HSL color Cylindrical-coordinate representation of color #70322B: hue angle of 6.09º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70322B is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 50 | 43 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.56 |
| HSL | 6.09º | 0.45% | 0.3% | - |
| HSV(B) | 6.09º | 0.62% | 0.44% | - |
| XYZ | 8.26 | 5.9 | 2.99 | - |
| YUV | 67.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 43 | 0 | 0.55 | 0.62 | 0.56 | 6.09 | 0.45 | 0.3 |
| Hex | 70 | 32 | 2B | 0 | 37 | 3E | 38 | 6 | 2D | 1E |
| Octal | 160 | 62 | 53 | 0 | 67 | 76 | 70 | 6 | 55 | 36 |
| Binary | 1110000 | 110010 | 101011 | 0 | 110111 | 111110 | 111000 | 110 | 101101 | 11110 |
Color Harmonies of #70322B
Complementary color
Monochromatic Colors of #70322B
Black with #70322B
Text Example
Text Example
White with #70322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70322B; }
p { color: rgb(112,50,43); }
H1.HeaderClassName
{
color: #70322B;
}
.AnyTagClassName
{
color: #70322B;
}
</style>
background-color css
<style>
a { background-color: #70322B; }
a { background-color: rgb(112,50,43); }
div.DivClassName
{
background-color: #70322B;
}
.BgClassName
{
background-color: #70322B;
}
</style>
border-color css
<style>
span { border-color: #70322B; }
span { border-color: rgb(112,50,43); }
td.TdClassName
{
border-color: #70322B;
}
.TagClassName
{
border-color: #70322B;
}
</style>