Shades of Pizza #C58937
Tints of Pizza #C58937
RGB
CMYK
RGB Variations
Color information
#C58937 (or 0xC58937) is known color: Pizza. HEX triplet: C5, 89 and 37. RGB value is (197,137,55). Sum of RGB (Red+Green+Blue) = 197+137+55=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C58937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58937 is #3A76C8. Grayscale: #919191. Windows color (decimal): -3831497 or 3639749. OLE color: 3639749.
HSL color Cylindrical-coordinate representation of color #C58937: hue angle of 34.65º 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 #C58937 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 55 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.23 |
| HSL | 34.65º | 0.56% | 0.49% | - |
| HSV(B) | 34.65º | 0.72% | 0.77% | - |
| XYZ | 32.66 | 30.04 | 7.69 | - |
| YUV | 145.59 | 76.88 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 55 | 0 | 0.30 | 0.72 | 0.23 | 34.65 | 0.56 | 0.49 |
| Hex | C5 | 89 | 37 | 0 | 1E | 48 | 17 | 23 | 38 | 31 |
| Octal | 305 | 211 | 67 | 0 | 36 | 110 | 27 | 43 | 70 | 61 |
| Binary | 11000101 | 10001001 | 110111 | 0 | 11110 | 1001000 | 10111 | 100011 | 111000 | 110001 |
Color Harmonies of #C58937
Complementary color
Monochromatic Colors of #C58937
Black with #C58937
Text Example
Text Example
White with #C58937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58937; }
p { color: rgb(197,137,55); }
H1.HeaderClassName
{
color: #C58937;
}
.AnyTagClassName
{
color: #C58937;
}
</style>
background-color css
<style>
a { background-color: #C58937; }
a { background-color: rgb(197,137,55); }
div.DivClassName
{
background-color: #C58937;
}
.BgClassName
{
background-color: #C58937;
}
</style>
border-color css
<style>
span { border-color: #C58937; }
span { border-color: rgb(197,137,55); }
td.TdClassName
{
border-color: #C58937;
}
.TagClassName
{
border-color: #C58937;
}
</style>