Shades of Cape Palliser #754B32
Tints of Cape Palliser #754B32
RGB
CMYK
RGB Variations
Color information
#754B32 (or 0x754B32) is known color: Cape Palliser. HEX triplet: 75, 4B and 32. RGB value is (117,75,50). Sum of RGB (Red+Green+Blue) = 117+75+50=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #754B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B32 is #8AB4CD. Grayscale: #545454. Windows color (decimal): -9090254 or 3296117. OLE color: 3296117.
HSL color Cylindrical-coordinate representation of color #754B32: hue angle of 22.39º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754B32 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 50 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.54 |
| HSL | 22.39º | 0.4% | 0.33% | - |
| HSV(B) | 22.39º | 0.57% | 0.46% | - |
| XYZ | 10.43 | 9.04 | 4.21 | - |
| YUV | 84.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 50 | 0 | 0.36 | 0.57 | 0.54 | 22.39 | 0.4 | 0.33 |
| Hex | 75 | 4B | 32 | 0 | 24 | 39 | 36 | 16 | 28 | 21 |
| Octal | 165 | 113 | 62 | 0 | 44 | 71 | 66 | 26 | 50 | 41 |
| Binary | 1110101 | 1001011 | 110010 | 0 | 100100 | 111001 | 110110 | 10110 | 101000 | 100001 |
Color Harmonies of #754B32
Complementary color
Monochromatic Colors of #754B32
Black with #754B32
Text Example
Text Example
White with #754B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B32; }
p { color: rgb(117,75,50); }
H1.HeaderClassName
{
color: #754B32;
}
.AnyTagClassName
{
color: #754B32;
}
</style>
background-color css
<style>
a { background-color: #754B32; }
a { background-color: rgb(117,75,50); }
div.DivClassName
{
background-color: #754B32;
}
.BgClassName
{
background-color: #754B32;
}
</style>
border-color css
<style>
span { border-color: #754B32; }
span { border-color: rgb(117,75,50); }
td.TdClassName
{
border-color: #754B32;
}
.TagClassName
{
border-color: #754B32;
}
</style>