Shades of Clinker #4A3008
Tints of Clinker #4A3008
RGB
CMYK
RGB Variations
Color information
#4A3008 (or 0x4A3008) is known color: Clinker. HEX triplet: 4A, 30 and 08. RGB value is (74,48,8). Sum of RGB (Red+Green+Blue) = 74+48+8=130 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.92% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3008 is #B5CFF7. Grayscale: #333333. Windows color (decimal): -11915256 or 536650. OLE color: 536650.
HSL color Cylindrical-coordinate representation of color #4A3008: hue angle of 36.36º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A3008 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 48 | 8 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.71 |
| HSL | 36.36º | 0.8% | 0.16% | - |
| HSV(B) | 36.36º | 0.89% | 0.29% | - |
| XYZ | 3.92 | 3.59 | 0.72 | - |
| YUV | 51.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 8 | 0 | 0.35 | 0.89 | 0.71 | 36.36 | 0.8 | 0.16 |
| Hex | 4A | 30 | 8 | 0 | 23 | 59 | 47 | 24 | 50 | 10 |
| Octal | 112 | 60 | 10 | 0 | 43 | 131 | 107 | 44 | 120 | 20 |
| Binary | 1001010 | 110000 | 1000 | 0 | 100011 | 1011001 | 1000111 | 100100 | 1010000 | 10000 |
Color Harmonies of #4A3008
Complementary color
Monochromatic Colors of #4A3008
Black with #4A3008
Text Example
Text Example
White with #4A3008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3008; }
p { color: rgb(74,48,8); }
H1.HeaderClassName
{
color: #4A3008;
}
.AnyTagClassName
{
color: #4A3008;
}
</style>
background-color css
<style>
a { background-color: #4A3008; }
a { background-color: rgb(74,48,8); }
div.DivClassName
{
background-color: #4A3008;
}
.BgClassName
{
background-color: #4A3008;
}
</style>
border-color css
<style>
span { border-color: #4A3008; }
span { border-color: rgb(74,48,8); }
td.TdClassName
{
border-color: #4A3008;
}
.TagClassName
{
border-color: #4A3008;
}
</style>