Shades of Peru #D78B43
Tints of Peru #D78B43
RGB
CMYK
RGB Variations
Color information
#D78B43 (or 0xD78B43) is known color: Peru. HEX triplet: D7, 8B and 43. RGB value is (215,139,67). Sum of RGB (Red+Green+Blue) = 215+139+67=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78B43 is #2874BC. Grayscale: #999999. Windows color (decimal): -2651325 or 4426711. OLE color: 4426711.
HSL color Cylindrical-coordinate representation of color #D78B43: hue angle of 29.19º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D78B43 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 67 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.16 |
| HSL | 29.19º | 0.65% | 0.55% | - |
| HSV(B) | 29.19º | 0.69% | 0.84% | - |
| XYZ | 38.27 | 33.32 | 9.72 | - |
| YUV | 153.52 | 79.18 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 67 | 0 | 0.35 | 0.69 | 0.16 | 29.19 | 0.65 | 0.55 |
| Hex | D7 | 8B | 43 | 0 | 23 | 45 | 10 | 1D | 41 | 37 |
| Octal | 327 | 213 | 103 | 0 | 43 | 105 | 20 | 35 | 101 | 67 |
| Binary | 11010111 | 10001011 | 1000011 | 0 | 100011 | 1000101 | 10000 | 11101 | 1000001 | 110111 |
Color Harmonies of #D78B43
Complementary color
Monochromatic Colors of #D78B43
Black with #D78B43
Text Example
Text Example
White with #D78B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78B43; }
p { color: rgb(215,139,67); }
H1.HeaderClassName
{
color: #D78B43;
}
.AnyTagClassName
{
color: #D78B43;
}
</style>
background-color css
<style>
a { background-color: #D78B43; }
a { background-color: rgb(215,139,67); }
div.DivClassName
{
background-color: #D78B43;
}
.BgClassName
{
background-color: #D78B43;
}
</style>
border-color css
<style>
span { border-color: #D78B43; }
span { border-color: rgb(215,139,67); }
td.TdClassName
{
border-color: #D78B43;
}
.TagClassName
{
border-color: #D78B43;
}
</style>