Shades of Pueblo #74301E
Tints of Pueblo #74301E
RGB
CMYK
RGB Variations
Color information
#74301E (or 0x74301E) is known color: Pueblo. HEX triplet: 74, 30 and 1E. RGB value is (116,48,30). Sum of RGB (Red+Green+Blue) = 116+48+30=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #74301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74301E is #8BCFE1. Grayscale: #424242. Windows color (decimal): -9162722 or 1978484. OLE color: 1978484.
HSL color Cylindrical-coordinate representation of color #74301E: hue angle of 12.56º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74301E is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 48 | 30 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.55 |
| HSL | 12.56º | 0.59% | 0.29% | - |
| HSV(B) | 12.56º | 0.74% | 0.45% | - |
| XYZ | 8.49 | 5.92 | 1.92 | - |
| YUV | 66.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 30 | 0 | 0.59 | 0.74 | 0.55 | 12.56 | 0.59 | 0.29 |
| Hex | 74 | 30 | 1E | 0 | 3B | 4A | 37 | D | 3B | 1D |
| Octal | 164 | 60 | 36 | 0 | 73 | 112 | 67 | 15 | 73 | 35 |
| Binary | 1110100 | 110000 | 11110 | 0 | 111011 | 1001010 | 110111 | 1101 | 111011 | 11101 |
Color Harmonies of #74301E
Complementary color
Monochromatic Colors of #74301E
Black with #74301E
Text Example
Text Example
White with #74301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74301E; }
p { color: rgb(116,48,30); }
H1.HeaderClassName
{
color: #74301E;
}
.AnyTagClassName
{
color: #74301E;
}
</style>
background-color css
<style>
a { background-color: #74301E; }
a { background-color: rgb(116,48,30); }
div.DivClassName
{
background-color: #74301E;
}
.BgClassName
{
background-color: #74301E;
}
</style>
border-color css
<style>
span { border-color: #74301E; }
span { border-color: rgb(116,48,30); }
td.TdClassName
{
border-color: #74301E;
}
.TagClassName
{
border-color: #74301E;
}
</style>