Shades of Pueblo #73341E
Tints of Pueblo #73341E
RGB
CMYK
RGB Variations
Color information
#73341E (or 0x73341E) is known color: Pueblo. HEX triplet: 73, 34 and 1E. RGB value is (115,52,30). Sum of RGB (Red+Green+Blue) = 115+52+30=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73341E is #8CCBE1. Grayscale: #444444. Windows color (decimal): -9227234 or 1979507. OLE color: 1979507.
HSL color Cylindrical-coordinate representation of color #73341E: hue angle of 15.53º 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 #73341E is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 52 | 30 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.55 |
| HSL | 15.53º | 0.59% | 0.28% | - |
| HSV(B) | 15.53º | 0.74% | 0.45% | - |
| XYZ | 8.53 | 6.19 | 1.97 | - |
| YUV | 68.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 30 | 0 | 0.55 | 0.74 | 0.55 | 15.53 | 0.59 | 0.28 |
| Hex | 73 | 34 | 1E | 0 | 37 | 4A | 37 | 10 | 3B | 1C |
| Octal | 163 | 64 | 36 | 0 | 67 | 112 | 67 | 20 | 73 | 34 |
| Binary | 1110011 | 110100 | 11110 | 0 | 110111 | 1001010 | 110111 | 10000 | 111011 | 11100 |
Color Harmonies of #73341E
Complementary color
Monochromatic Colors of #73341E
Black with #73341E
Text Example
Text Example
White with #73341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73341E; }
p { color: rgb(115,52,30); }
H1.HeaderClassName
{
color: #73341E;
}
.AnyTagClassName
{
color: #73341E;
}
</style>
background-color css
<style>
a { background-color: #73341E; }
a { background-color: rgb(115,52,30); }
div.DivClassName
{
background-color: #73341E;
}
.BgClassName
{
background-color: #73341E;
}
</style>
border-color css
<style>
span { border-color: #73341E; }
span { border-color: rgb(115,52,30); }
td.TdClassName
{
border-color: #73341E;
}
.TagClassName
{
border-color: #73341E;
}
</style>