Shades of Clinker #553D1A
Tints of Clinker #553D1A
RGB
CMYK
RGB Variations
Color information
#553D1A (or 0x553D1A) is known color: Clinker. HEX triplet: 55, 3D and 1A. RGB value is (85,61,26). Sum of RGB (Red+Green+Blue) = 85+61+26=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #553D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D1A is #AAC2E5. Grayscale: #404040. Windows color (decimal): -11191014 or 1719637. OLE color: 1719637.
HSL color Cylindrical-coordinate representation of color #553D1A: hue angle of 35.59º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #553D1A is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 26 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.67 |
| HSL | 35.59º | 0.53% | 0.22% | - |
| HSV(B) | 35.59º | 0.69% | 0.33% | - |
| XYZ | 5.6 | 5.34 | 1.71 | - |
| YUV | 64.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 26 | 0 | 0.28 | 0.69 | 0.67 | 35.59 | 0.53 | 0.22 |
| Hex | 55 | 3D | 1A | 0 | 1C | 45 | 43 | 24 | 35 | 16 |
| Octal | 125 | 75 | 32 | 0 | 34 | 105 | 103 | 44 | 65 | 26 |
| Binary | 1010101 | 111101 | 11010 | 0 | 11100 | 1000101 | 1000011 | 100100 | 110101 | 10110 |
Color Harmonies of #553D1A
Complementary color
Monochromatic Colors of #553D1A
Black with #553D1A
Text Example
Text Example
White with #553D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D1A; }
p { color: rgb(85,61,26); }
H1.HeaderClassName
{
color: #553D1A;
}
.AnyTagClassName
{
color: #553D1A;
}
</style>
background-color css
<style>
a { background-color: #553D1A; }
a { background-color: rgb(85,61,26); }
div.DivClassName
{
background-color: #553D1A;
}
.BgClassName
{
background-color: #553D1A;
}
</style>
border-color css
<style>
span { border-color: #553D1A; }
span { border-color: rgb(85,61,26); }
td.TdClassName
{
border-color: #553D1A;
}
.TagClassName
{
border-color: #553D1A;
}
</style>