Shades of Pueblo #74341E
Tints of Pueblo #74341E
RGB
CMYK
RGB Variations
Color information
#74341E (or 0x74341E) is known color: Pueblo. HEX triplet: 74, 34 and 1E. RGB value is (116,52,30). Sum of RGB (Red+Green+Blue) = 116+52+30=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #74341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74341E is #8BCBE1. Grayscale: #444444. Windows color (decimal): -9161698 or 1979508. OLE color: 1979508.
HSL color Cylindrical-coordinate representation of color #74341E: hue angle of 15.35º 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 #74341E is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 52 | 30 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.55 |
| HSL | 15.35º | 0.59% | 0.29% | - |
| HSV(B) | 15.35º | 0.74% | 0.45% | - |
| XYZ | 8.66 | 6.26 | 1.98 | - |
| YUV | 68.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 30 | 0 | 0.55 | 0.74 | 0.55 | 15.35 | 0.59 | 0.29 |
| Hex | 74 | 34 | 1E | 0 | 37 | 4A | 37 | F | 3B | 1D |
| Octal | 164 | 64 | 36 | 0 | 67 | 112 | 67 | 17 | 73 | 35 |
| Binary | 1110100 | 110100 | 11110 | 0 | 110111 | 1001010 | 110111 | 1111 | 111011 | 11101 |
Color Harmonies of #74341E
Complementary color
Monochromatic Colors of #74341E
Black with #74341E
Text Example
Text Example
White with #74341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74341E; }
p { color: rgb(116,52,30); }
H1.HeaderClassName
{
color: #74341E;
}
.AnyTagClassName
{
color: #74341E;
}
</style>
background-color css
<style>
a { background-color: #74341E; }
a { background-color: rgb(116,52,30); }
div.DivClassName
{
background-color: #74341E;
}
.BgClassName
{
background-color: #74341E;
}
</style>
border-color css
<style>
span { border-color: #74341E; }
span { border-color: rgb(116,52,30); }
td.TdClassName
{
border-color: #74341E;
}
.TagClassName
{
border-color: #74341E;
}
</style>