Shades of Cape Palliser #704B30
Tints of Cape Palliser #704B30
RGB
CMYK
RGB Variations
Color information
#704B30 (or 0x704B30) is known color: Cape Palliser. HEX triplet: 70, 4B and 30. RGB value is (112,75,48). Sum of RGB (Red+Green+Blue) = 112+75+48=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #704B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B30 is #8FB4CF. Grayscale: #535353. Windows color (decimal): -9417936 or 3165040. OLE color: 3165040.
HSL color Cylindrical-coordinate representation of color #704B30: hue angle of 25.31º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #704B30 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 48 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.56 |
| HSL | 25.31º | 0.4% | 0.31% | - |
| HSV(B) | 25.31º | 0.57% | 0.44% | - |
| XYZ | 9.73 | 8.69 | 3.96 | - |
| YUV | 82.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 48 | 0 | 0.33 | 0.57 | 0.56 | 25.31 | 0.4 | 0.31 |
| Hex | 70 | 4B | 30 | 0 | 21 | 39 | 38 | 19 | 28 | 1F |
| Octal | 160 | 113 | 60 | 0 | 41 | 71 | 70 | 31 | 50 | 37 |
| Binary | 1110000 | 1001011 | 110000 | 0 | 100001 | 111001 | 111000 | 11001 | 101000 | 11111 |
Color Harmonies of #704B30
Complementary color
Monochromatic Colors of #704B30
Black with #704B30
Text Example
Text Example
White with #704B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B30; }
p { color: rgb(112,75,48); }
H1.HeaderClassName
{
color: #704B30;
}
.AnyTagClassName
{
color: #704B30;
}
</style>
background-color css
<style>
a { background-color: #704B30; }
a { background-color: rgb(112,75,48); }
div.DivClassName
{
background-color: #704B30;
}
.BgClassName
{
background-color: #704B30;
}
</style>
border-color css
<style>
span { border-color: #704B30; }
span { border-color: rgb(112,75,48); }
td.TdClassName
{
border-color: #704B30;
}
.TagClassName
{
border-color: #704B30;
}
</style>