Shades of Peru Tan #752C08
Tints of Peru Tan #752C08
RGB
CMYK
RGB Variations
Color information
#752C08 (or 0x752C08) is known color: Peru Tan. HEX triplet: 75, 2C and 08. RGB value is (117,44,8). Sum of RGB (Red+Green+Blue) = 117+44+8=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #752C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C08 is #8AD3F7. Grayscale: #3D3D3D. Windows color (decimal): -9098232 or 535669. OLE color: 535669.
HSL color Cylindrical-coordinate representation of color #752C08: hue angle of 19.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #752C08 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 8 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.54 |
| HSL | 19.82º | 0.87% | 0.25% | - |
| HSV(B) | 19.82º | 0.93% | 0.46% | - |
| XYZ | 8.28 | 5.6 | 0.87 | - |
| YUV | 61.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 8 | 0 | 0.62 | 0.93 | 0.54 | 19.82 | 0.87 | 0.25 |
| Hex | 75 | 2C | 8 | 0 | 3E | 5D | 36 | 14 | 57 | 19 |
| Octal | 165 | 54 | 10 | 0 | 76 | 135 | 66 | 24 | 127 | 31 |
| Binary | 1110101 | 101100 | 1000 | 0 | 111110 | 1011101 | 110110 | 10100 | 1010111 | 11001 |
Color Harmonies of #752C08
Complementary color
Monochromatic Colors of #752C08
Black with #752C08
Text Example
Text Example
White with #752C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C08; }
p { color: rgb(117,44,8); }
H1.HeaderClassName
{
color: #752C08;
}
.AnyTagClassName
{
color: #752C08;
}
</style>
background-color css
<style>
a { background-color: #752C08; }
a { background-color: rgb(117,44,8); }
div.DivClassName
{
background-color: #752C08;
}
.BgClassName
{
background-color: #752C08;
}
</style>
border-color css
<style>
span { border-color: #752C08; }
span { border-color: rgb(117,44,8); }
td.TdClassName
{
border-color: #752C08;
}
.TagClassName
{
border-color: #752C08;
}
</style>