Shades of Pueblo #73301E
Tints of Pueblo #73301E
RGB
CMYK
RGB Variations
Color information
#73301E (or 0x73301E) is known color: Pueblo. HEX triplet: 73, 30 and 1E. RGB value is (115,48,30). Sum of RGB (Red+Green+Blue) = 115+48+30=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #73301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73301E is #8CCFE1. Grayscale: #424242. Windows color (decimal): -9228258 or 1978483. OLE color: 1978483.
HSL color Cylindrical-coordinate representation of color #73301E: hue angle of 12.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73301E is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 48 | 30 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.55 |
| HSL | 12.71º | 0.59% | 0.28% | - |
| HSV(B) | 12.71º | 0.74% | 0.45% | - |
| XYZ | 8.36 | 5.85 | 1.92 | - |
| YUV | 65.98 | 107.7 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 30 | 0 | 0.58 | 0.74 | 0.55 | 12.71 | 0.59 | 0.28 |
| Hex | 73 | 30 | 1E | 0 | 3A | 4A | 37 | D | 3B | 1C |
| Octal | 163 | 60 | 36 | 0 | 72 | 112 | 67 | 15 | 73 | 34 |
| Binary | 1110011 | 110000 | 11110 | 0 | 111010 | 1001010 | 110111 | 1101 | 111011 | 11100 |
Color Harmonies of #73301E
Complementary color
Monochromatic Colors of #73301E
Black with #73301E
Text Example
Text Example
White with #73301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73301E; }
p { color: rgb(115,48,30); }
H1.HeaderClassName
{
color: #73301E;
}
.AnyTagClassName
{
color: #73301E;
}
</style>
background-color css
<style>
a { background-color: #73301E; }
a { background-color: rgb(115,48,30); }
div.DivClassName
{
background-color: #73301E;
}
.BgClassName
{
background-color: #73301E;
}
</style>
border-color css
<style>
span { border-color: #73301E; }
span { border-color: rgb(115,48,30); }
td.TdClassName
{
border-color: #73301E;
}
.TagClassName
{
border-color: #73301E;
}
</style>