Shades of Pueblo #703023
Tints of Pueblo #703023
RGB
CMYK
RGB Variations
Color information
#703023 (or 0x703023) is known color: Pueblo. HEX triplet: 70, 30 and 23. RGB value is (112,48,35). Sum of RGB (Red+Green+Blue) = 112+48+35=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #703023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703023 is #8FCFDC. Grayscale: #414141. Windows color (decimal): -9424861 or 2306160. OLE color: 2306160.
HSL color Cylindrical-coordinate representation of color #703023: hue angle of 10.13º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703023 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 35 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.56 |
| HSL | 10.13º | 0.52% | 0.29% | - |
| HSV(B) | 10.13º | 0.69% | 0.44% | - |
| XYZ | 8.04 | 5.68 | 2.26 | - |
| YUV | 65.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 35 | 0 | 0.57 | 0.69 | 0.56 | 10.13 | 0.52 | 0.29 |
| Hex | 70 | 30 | 23 | 0 | 39 | 45 | 38 | A | 34 | 1D |
| Octal | 160 | 60 | 43 | 0 | 71 | 105 | 70 | 12 | 64 | 35 |
| Binary | 1110000 | 110000 | 100011 | 0 | 111001 | 1000101 | 111000 | 1010 | 110100 | 11101 |
Color Harmonies of #703023
Complementary color
Monochromatic Colors of #703023
Black with #703023
Text Example
Text Example
White with #703023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703023; }
p { color: rgb(112,48,35); }
H1.HeaderClassName
{
color: #703023;
}
.AnyTagClassName
{
color: #703023;
}
</style>
background-color css
<style>
a { background-color: #703023; }
a { background-color: rgb(112,48,35); }
div.DivClassName
{
background-color: #703023;
}
.BgClassName
{
background-color: #703023;
}
</style>
border-color css
<style>
span { border-color: #703023; }
span { border-color: rgb(112,48,35); }
td.TdClassName
{
border-color: #703023;
}
.TagClassName
{
border-color: #703023;
}
</style>