Shades of Clinker #4A3925
Tints of Clinker #4A3925
RGB
CMYK
RGB Variations
Color information
#4A3925 (or 0x4A3925) is known color: Clinker. HEX triplet: 4A, 39 and 25. RGB value is (74,57,37). Sum of RGB (Red+Green+Blue) = 74+57+37=168 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.05% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3925 is #B5C6DA. Grayscale: #3B3B3B. Windows color (decimal): -11912923 or 2439498. OLE color: 2439498.
HSL color Cylindrical-coordinate representation of color #4A3925: hue angle of 32.43º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A3925 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 57 | 37 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.71 |
| HSL | 32.43º | 0.33% | 0.22% | - |
| HSV(B) | 32.43º | 0.5% | 0.29% | - |
| XYZ | 4.62 | 4.52 | 2.38 | - |
| YUV | 59.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 37 | 0 | 0.23 | 0.50 | 0.71 | 32.43 | 0.33 | 0.22 |
| Hex | 4A | 39 | 25 | 0 | 17 | 32 | 47 | 20 | 21 | 16 |
| Octal | 112 | 71 | 45 | 0 | 27 | 62 | 107 | 40 | 41 | 26 |
| Binary | 1001010 | 111001 | 100101 | 0 | 10111 | 110010 | 1000111 | 100000 | 100001 | 10110 |
Color Harmonies of #4A3925
Complementary color
Monochromatic Colors of #4A3925
Black with #4A3925
Text Example
Text Example
White with #4A3925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3925; }
p { color: rgb(74,57,37); }
H1.HeaderClassName
{
color: #4A3925;
}
.AnyTagClassName
{
color: #4A3925;
}
</style>
background-color css
<style>
a { background-color: #4A3925; }
a { background-color: rgb(74,57,37); }
div.DivClassName
{
background-color: #4A3925;
}
.BgClassName
{
background-color: #4A3925;
}
</style>
border-color css
<style>
span { border-color: #4A3925; }
span { border-color: rgb(74,57,37); }
td.TdClassName
{
border-color: #4A3925;
}
.TagClassName
{
border-color: #4A3925;
}
</style>