Shades of Auburn #742B25
Tints of Auburn #742B25
RGB
CMYK
RGB Variations
Color information
#742B25 (or 0x742B25) is known color: Auburn. HEX triplet: 74, 2B and 25. RGB value is (116,43,37). Sum of RGB (Red+Green+Blue) = 116+43+37=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #742B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B25 is #8BD4DA. Grayscale: #404040. Windows color (decimal): -9163995 or 2435956. OLE color: 2435956.
HSL color Cylindrical-coordinate representation of color #742B25: hue angle of 4.56º 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 #742B25 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 43 | 37 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.55 |
| HSL | 4.56º | 0.52% | 0.3% | - |
| HSV(B) | 4.56º | 0.68% | 0.45% | - |
| XYZ | 8.4 | 5.57 | 2.38 | - |
| YUV | 64.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 37 | 0 | 0.63 | 0.68 | 0.55 | 4.56 | 0.52 | 0.3 |
| Hex | 74 | 2B | 25 | 0 | 3F | 44 | 37 | 5 | 34 | 1E |
| Octal | 164 | 53 | 45 | 0 | 77 | 104 | 67 | 5 | 64 | 36 |
| Binary | 1110100 | 101011 | 100101 | 0 | 111111 | 1000100 | 110111 | 101 | 110100 | 11110 |
Color Harmonies of #742B25
Complementary color
Monochromatic Colors of #742B25
Black with #742B25
Text Example
Text Example
White with #742B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742B25; }
p { color: rgb(116,43,37); }
H1.HeaderClassName
{
color: #742B25;
}
.AnyTagClassName
{
color: #742B25;
}
</style>
background-color css
<style>
a { background-color: #742B25; }
a { background-color: rgb(116,43,37); }
div.DivClassName
{
background-color: #742B25;
}
.BgClassName
{
background-color: #742B25;
}
</style>
border-color css
<style>
span { border-color: #742B25; }
span { border-color: rgb(116,43,37); }
td.TdClassName
{
border-color: #742B25;
}
.TagClassName
{
border-color: #742B25;
}
</style>