Shades of Kenyan Copper #672D2C
Tints of Kenyan Copper #672D2C
RGB
CMYK
RGB Variations
Color information
#672D2C (or 0x672D2C) is known color: Kenyan Copper. HEX triplet: 67, 2D and 2C. RGB value is (103,45,44). Sum of RGB (Red+Green+Blue) = 103+45+44=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #672D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D2C is #98D2D3. Grayscale: #3E3E3E. Windows color (decimal): -10015444 or 2895207. OLE color: 2895207.
HSL color Cylindrical-coordinate representation of color #672D2C: hue angle of 1.02º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #672D2C is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 44 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.60 |
| HSL | 1.02º | 0.4% | 0.29% | - |
| HSV(B) | 1.02º | 0.57% | 0.4% | - |
| XYZ | 6.99 | 4.94 | 2.97 | - |
| YUV | 62.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 44 | 0 | 0.56 | 0.57 | 0.60 | 1.02 | 0.4 | 0.29 |
| Hex | 67 | 2D | 2C | 0 | 38 | 39 | 3C | 1 | 28 | 1D |
| Octal | 147 | 55 | 54 | 0 | 70 | 71 | 74 | 1 | 50 | 35 |
| Binary | 1100111 | 101101 | 101100 | 0 | 111000 | 111001 | 111100 | 1 | 101000 | 11101 |
Color Harmonies of #672D2C
Complementary color
Monochromatic Colors of #672D2C
Black with #672D2C
Text Example
Text Example
White with #672D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D2C; }
p { color: rgb(103,45,44); }
H1.HeaderClassName
{
color: #672D2C;
}
.AnyTagClassName
{
color: #672D2C;
}
</style>
background-color css
<style>
a { background-color: #672D2C; }
a { background-color: rgb(103,45,44); }
div.DivClassName
{
background-color: #672D2C;
}
.BgClassName
{
background-color: #672D2C;
}
</style>
border-color css
<style>
span { border-color: #672D2C; }
span { border-color: rgb(103,45,44); }
td.TdClassName
{
border-color: #672D2C;
}
.TagClassName
{
border-color: #672D2C;
}
</style>