Shades of Cape Palliser #754B2F
Tints of Cape Palliser #754B2F
RGB
CMYK
RGB Variations
Color information
#754B2F (or 0x754B2F) is known color: Cape Palliser. HEX triplet: 75, 4B and 2F. RGB value is (117,75,47). Sum of RGB (Red+Green+Blue) = 117+75+47=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #754B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B2F is #8AB4D0. Grayscale: #545454. Windows color (decimal): -9090257 or 3099509. OLE color: 3099509.
HSL color Cylindrical-coordinate representation of color #754B2F: hue angle of 24º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #754B2F is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 47 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.54 |
| HSL | 24º | 0.43% | 0.32% | - |
| HSV(B) | 24º | 0.6% | 0.46% | - |
| XYZ | 10.37 | 9.02 | 3.88 | - |
| YUV | 84.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 47 | 0 | 0.36 | 0.60 | 0.54 | 24 | 0.43 | 0.32 |
| Hex | 75 | 4B | 2F | 0 | 24 | 3C | 36 | 18 | 2B | 20 |
| Octal | 165 | 113 | 57 | 0 | 44 | 74 | 66 | 30 | 53 | 40 |
| Binary | 1110101 | 1001011 | 101111 | 0 | 100100 | 111100 | 110110 | 11000 | 101011 | 100000 |
Color Harmonies of #754B2F
Complementary color
Monochromatic Colors of #754B2F
Black with #754B2F
Text Example
Text Example
White with #754B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B2F; }
p { color: rgb(117,75,47); }
H1.HeaderClassName
{
color: #754B2F;
}
.AnyTagClassName
{
color: #754B2F;
}
</style>
background-color css
<style>
a { background-color: #754B2F; }
a { background-color: rgb(117,75,47); }
div.DivClassName
{
background-color: #754B2F;
}
.BgClassName
{
background-color: #754B2F;
}
</style>
border-color css
<style>
span { border-color: #754B2F; }
span { border-color: rgb(117,75,47); }
td.TdClassName
{
border-color: #754B2F;
}
.TagClassName
{
border-color: #754B2F;
}
</style>