Shades of Pueblo #74331E
Tints of Pueblo #74331E
RGB
CMYK
RGB Variations
Color information
#74331E (or 0x74331E) is known color: Pueblo. HEX triplet: 74, 33 and 1E. RGB value is (116,51,30). Sum of RGB (Red+Green+Blue) = 116+51+30=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74331E is #8BCCE1. Grayscale: #444444. Windows color (decimal): -9161954 or 1979252. OLE color: 1979252.
HSL color Cylindrical-coordinate representation of color #74331E: hue angle of 14.65º 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 #74331E is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 51 | 30 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.55 |
| HSL | 14.65º | 0.59% | 0.29% | - |
| HSV(B) | 14.65º | 0.74% | 0.45% | - |
| XYZ | 8.62 | 6.17 | 1.97 | - |
| YUV | 68.04 | 106.53 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 51 | 30 | 0 | 0.56 | 0.74 | 0.55 | 14.65 | 0.59 | 0.29 |
| Hex | 74 | 33 | 1E | 0 | 38 | 4A | 37 | F | 3B | 1D |
| Octal | 164 | 63 | 36 | 0 | 70 | 112 | 67 | 17 | 73 | 35 |
| Binary | 1110100 | 110011 | 11110 | 0 | 111000 | 1001010 | 110111 | 1111 | 111011 | 11101 |
Color Harmonies of #74331E
Complementary color
Monochromatic Colors of #74331E
Black with #74331E
Text Example
Text Example
White with #74331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74331E; }
p { color: rgb(116,51,30); }
H1.HeaderClassName
{
color: #74331E;
}
.AnyTagClassName
{
color: #74331E;
}
</style>
background-color css
<style>
a { background-color: #74331E; }
a { background-color: rgb(116,51,30); }
div.DivClassName
{
background-color: #74331E;
}
.BgClassName
{
background-color: #74331E;
}
</style>
border-color css
<style>
span { border-color: #74331E; }
span { border-color: rgb(116,51,30); }
td.TdClassName
{
border-color: #74331E;
}
.TagClassName
{
border-color: #74331E;
}
</style>