Shades of Clinker #47300D
Tints of Clinker #47300D
RGB
CMYK
RGB Variations
Color information
#47300D (or 0x47300D) is known color: Clinker. HEX triplet: 47, 30 and 0D. RGB value is (71,48,13). Sum of RGB (Red+Green+Blue) = 71+48+13=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47300D is #B8CFF2. Grayscale: #333333. Windows color (decimal): -12111859 or 864327. OLE color: 864327.
HSL color Cylindrical-coordinate representation of color #47300D: hue angle of 36.21º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47300D is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 48 | 13 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.72 |
| HSL | 36.21º | 0.69% | 0.16% | - |
| HSV(B) | 36.21º | 0.82% | 0.28% | - |
| XYZ | 3.73 | 3.48 | 0.86 | - |
| YUV | 50.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 13 | 0 | 0.32 | 0.82 | 0.72 | 36.21 | 0.69 | 0.16 |
| Hex | 47 | 30 | D | 0 | 20 | 52 | 48 | 24 | 45 | 10 |
| Octal | 107 | 60 | 15 | 0 | 40 | 122 | 110 | 44 | 105 | 20 |
| Binary | 1000111 | 110000 | 1101 | 0 | 100000 | 1010010 | 1001000 | 100100 | 1000101 | 10000 |
Color Harmonies of #47300D
Complementary color
Monochromatic Colors of #47300D
Black with #47300D
Text Example
Text Example
White with #47300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47300D; }
p { color: rgb(71,48,13); }
H1.HeaderClassName
{
color: #47300D;
}
.AnyTagClassName
{
color: #47300D;
}
</style>
background-color css
<style>
a { background-color: #47300D; }
a { background-color: rgb(71,48,13); }
div.DivClassName
{
background-color: #47300D;
}
.BgClassName
{
background-color: #47300D;
}
</style>
border-color css
<style>
span { border-color: #47300D; }
span { border-color: rgb(71,48,13); }
td.TdClassName
{
border-color: #47300D;
}
.TagClassName
{
border-color: #47300D;
}
</style>