Shades of New Amber #703D26
Tints of New Amber #703D26
RGB
CMYK
RGB Variations
Color information
#703D26 (or 0x703D26) is known color: New Amber. HEX triplet: 70, 3D and 26. RGB value is (112,61,38). Sum of RGB (Red+Green+Blue) = 112+61+38=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #703D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D26 is #8FC2D9. Grayscale: #494949. Windows color (decimal): -9421530 or 2506096. OLE color: 2506096.
HSL color Cylindrical-coordinate representation of color #703D26: hue angle of 18.65º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703D26 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 38 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.56 |
| HSL | 18.65º | 0.49% | 0.29% | - |
| HSV(B) | 18.65º | 0.66% | 0.44% | - |
| XYZ | 8.7 | 6.92 | 2.71 | - |
| YUV | 73.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 38 | 0 | 0.46 | 0.66 | 0.56 | 18.65 | 0.49 | 0.29 |
| Hex | 70 | 3D | 26 | 0 | 2E | 42 | 38 | 13 | 31 | 1D |
| Octal | 160 | 75 | 46 | 0 | 56 | 102 | 70 | 23 | 61 | 35 |
| Binary | 1110000 | 111101 | 100110 | 0 | 101110 | 1000010 | 111000 | 10011 | 110001 | 11101 |
Color Harmonies of #703D26
Complementary color
Monochromatic Colors of #703D26
Black with #703D26
Text Example
Text Example
White with #703D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D26; }
p { color: rgb(112,61,38); }
H1.HeaderClassName
{
color: #703D26;
}
.AnyTagClassName
{
color: #703D26;
}
</style>
background-color css
<style>
a { background-color: #703D26; }
a { background-color: rgb(112,61,38); }
div.DivClassName
{
background-color: #703D26;
}
.BgClassName
{
background-color: #703D26;
}
</style>
border-color css
<style>
span { border-color: #703D26; }
span { border-color: rgb(112,61,38); }
td.TdClassName
{
border-color: #703D26;
}
.TagClassName
{
border-color: #703D26;
}
</style>