Shades of Cape Palliser #734B2F
Tints of Cape Palliser #734B2F
RGB
CMYK
RGB Variations
Color information
#734B2F (or 0x734B2F) is known color: Cape Palliser. HEX triplet: 73, 4B and 2F. RGB value is (115,75,47). Sum of RGB (Red+Green+Blue) = 115+75+47=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #734B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B2F is #8CB4D0. Grayscale: #535353. Windows color (decimal): -9221329 or 3099507. OLE color: 3099507.
HSL color Cylindrical-coordinate representation of color #734B2F: hue angle of 24.71º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #734B2F is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 75 | 47 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.55 |
| HSL | 24.71º | 0.42% | 0.32% | - |
| HSV(B) | 24.71º | 0.59% | 0.45% | - |
| XYZ | 10.1 | 8.88 | 3.87 | - |
| YUV | 83.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 47 | 0 | 0.35 | 0.59 | 0.55 | 24.71 | 0.42 | 0.32 |
| Hex | 73 | 4B | 2F | 0 | 23 | 3B | 37 | 19 | 2A | 20 |
| Octal | 163 | 113 | 57 | 0 | 43 | 73 | 67 | 31 | 52 | 40 |
| Binary | 1110011 | 1001011 | 101111 | 0 | 100011 | 111011 | 110111 | 11001 | 101010 | 100000 |
Color Harmonies of #734B2F
Complementary color
Monochromatic Colors of #734B2F
Black with #734B2F
Text Example
Text Example
White with #734B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734B2F; }
p { color: rgb(115,75,47); }
H1.HeaderClassName
{
color: #734B2F;
}
.AnyTagClassName
{
color: #734B2F;
}
</style>
background-color css
<style>
a { background-color: #734B2F; }
a { background-color: rgb(115,75,47); }
div.DivClassName
{
background-color: #734B2F;
}
.BgClassName
{
background-color: #734B2F;
}
</style>
border-color css
<style>
span { border-color: #734B2F; }
span { border-color: rgb(115,75,47); }
td.TdClassName
{
border-color: #734B2F;
}
.TagClassName
{
border-color: #734B2F;
}
</style>