Shades of Pizza #C58D37
Tints of Pizza #C58D37
RGB
CMYK
RGB Variations
Color information
#C58D37 (or 0xC58D37) is known color: Pizza. HEX triplet: C5, 8D and 37. RGB value is (197,141,55). Sum of RGB (Red+Green+Blue) = 197+141+55=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D37 is #3A72C8. Grayscale: #949494. Windows color (decimal): -3830473 or 3640773. OLE color: 3640773.
HSL color Cylindrical-coordinate representation of color #C58D37: hue angle of 36.34º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C58D37 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 55 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.23 |
| HSL | 36.34º | 0.56% | 0.49% | - |
| HSV(B) | 36.34º | 0.72% | 0.77% | - |
| XYZ | 33.24 | 31.2 | 7.88 | - |
| YUV | 147.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 55 | 0 | 0.28 | 0.72 | 0.23 | 36.34 | 0.56 | 0.49 |
| Hex | C5 | 8D | 37 | 0 | 1C | 48 | 17 | 24 | 38 | 31 |
| Octal | 305 | 215 | 67 | 0 | 34 | 110 | 27 | 44 | 70 | 61 |
| Binary | 11000101 | 10001101 | 110111 | 0 | 11100 | 1001000 | 10111 | 100100 | 111000 | 110001 |
Color Harmonies of #C58D37
Complementary color
Monochromatic Colors of #C58D37
Black with #C58D37
Text Example
Text Example
White with #C58D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D37; }
p { color: rgb(197,141,55); }
H1.HeaderClassName
{
color: #C58D37;
}
.AnyTagClassName
{
color: #C58D37;
}
</style>
background-color css
<style>
a { background-color: #C58D37; }
a { background-color: rgb(197,141,55); }
div.DivClassName
{
background-color: #C58D37;
}
.BgClassName
{
background-color: #C58D37;
}
</style>
border-color css
<style>
span { border-color: #C58D37; }
span { border-color: rgb(197,141,55); }
td.TdClassName
{
border-color: #C58D37;
}
.TagClassName
{
border-color: #C58D37;
}
</style>