Shades of Auburn #742D25
Tints of Auburn #742D25
RGB
CMYK
RGB Variations
Color information
#742D25 (or 0x742D25) is known color: Auburn. HEX triplet: 74, 2D and 25. RGB value is (116,45,37). Sum of RGB (Red+Green+Blue) = 116+45+37=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #742D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D25 is #8BD2DA. Grayscale: #414141. Windows color (decimal): -9163483 or 2436468. OLE color: 2436468.
HSL color Cylindrical-coordinate representation of color #742D25: hue angle of 6.08º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742D25 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 45 | 37 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.55 |
| HSL | 6.08º | 0.52% | 0.3% | - |
| HSV(B) | 6.08º | 0.68% | 0.45% | - |
| XYZ | 8.47 | 5.72 | 2.41 | - |
| YUV | 65.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 37 | 0 | 0.61 | 0.68 | 0.55 | 6.08 | 0.52 | 0.3 |
| Hex | 74 | 2D | 25 | 0 | 3D | 44 | 37 | 6 | 34 | 1E |
| Octal | 164 | 55 | 45 | 0 | 75 | 104 | 67 | 6 | 64 | 36 |
| Binary | 1110100 | 101101 | 100101 | 0 | 111101 | 1000100 | 110111 | 110 | 110100 | 11110 |
Color Harmonies of #742D25
Complementary color
Monochromatic Colors of #742D25
Black with #742D25
Text Example
Text Example
White with #742D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D25; }
p { color: rgb(116,45,37); }
H1.HeaderClassName
{
color: #742D25;
}
.AnyTagClassName
{
color: #742D25;
}
</style>
background-color css
<style>
a { background-color: #742D25; }
a { background-color: rgb(116,45,37); }
div.DivClassName
{
background-color: #742D25;
}
.BgClassName
{
background-color: #742D25;
}
</style>
border-color css
<style>
span { border-color: #742D25; }
span { border-color: rgb(116,45,37); }
td.TdClassName
{
border-color: #742D25;
}
.TagClassName
{
border-color: #742D25;
}
</style>