Shades of Pizza #C58A37
Tints of Pizza #C58A37
RGB
CMYK
RGB Variations
Color information
#C58A37 (or 0xC58A37) is known color: Pizza. HEX triplet: C5, 8A and 37. RGB value is (197,138,55). Sum of RGB (Red+Green+Blue) = 197+138+55=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A37 is #3A75C8. Grayscale: #929292. Windows color (decimal): -3831241 or 3640005. OLE color: 3640005.
HSL color Cylindrical-coordinate representation of color #C58A37: hue angle of 35.07º 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 #C58A37 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 55 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.23 |
| HSL | 35.07º | 0.56% | 0.49% | - |
| HSV(B) | 35.07º | 0.72% | 0.77% | - |
| XYZ | 32.8 | 30.32 | 7.74 | - |
| YUV | 146.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 55 | 0 | 0.30 | 0.72 | 0.23 | 35.07 | 0.56 | 0.49 |
| Hex | C5 | 8A | 37 | 0 | 1E | 48 | 17 | 23 | 38 | 31 |
| Octal | 305 | 212 | 67 | 0 | 36 | 110 | 27 | 43 | 70 | 61 |
| Binary | 11000101 | 10001010 | 110111 | 0 | 11110 | 1001000 | 10111 | 100011 | 111000 | 110001 |
Color Harmonies of #C58A37
Complementary color
Monochromatic Colors of #C58A37
Black with #C58A37
Text Example
Text Example
White with #C58A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A37; }
p { color: rgb(197,138,55); }
H1.HeaderClassName
{
color: #C58A37;
}
.AnyTagClassName
{
color: #C58A37;
}
</style>
background-color css
<style>
a { background-color: #C58A37; }
a { background-color: rgb(197,138,55); }
div.DivClassName
{
background-color: #C58A37;
}
.BgClassName
{
background-color: #C58A37;
}
</style>
border-color css
<style>
span { border-color: #C58A37; }
span { border-color: rgb(197,138,55); }
td.TdClassName
{
border-color: #C58A37;
}
.TagClassName
{
border-color: #C58A37;
}
</style>