Shades of Pizza #C59B39
Tints of Pizza #C59B39
RGB
CMYK
RGB Variations
Color information
#C59B39 (or 0xC59B39) is known color: Pizza. HEX triplet: C5, 9B and 39. RGB value is (197,155,57). Sum of RGB (Red+Green+Blue) = 197+155+57=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 57 (22.66% from 255 or 13.94% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59B39 is #3A64C6. Grayscale: #9C9C9C. Windows color (decimal): -3826887 or 3775429. OLE color: 3775429.
HSL color Cylindrical-coordinate representation of color #C59B39: hue angle of 42º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C59B39 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 57 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.23 |
| HSL | 42º | 0.55% | 0.5% | - |
| HSV(B) | 42º | 0.71% | 0.77% | - |
| XYZ | 35.49 | 35.61 | 8.87 | - |
| YUV | 156.39 | 71.91 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 57 | 0 | 0.21 | 0.71 | 0.23 | 42 | 0.55 | 0.5 |
| Hex | C5 | 9B | 39 | 0 | 15 | 47 | 17 | 2A | 37 | 32 |
| Octal | 305 | 233 | 71 | 0 | 25 | 107 | 27 | 52 | 67 | 62 |
| Binary | 11000101 | 10011011 | 111001 | 0 | 10101 | 1000111 | 10111 | 101010 | 110111 | 110010 |
Color Harmonies of #C59B39
Complementary color
Monochromatic Colors of #C59B39
Black with #C59B39
Text Example
Text Example
White with #C59B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B39; }
p { color: rgb(197,155,57); }
H1.HeaderClassName
{
color: #C59B39;
}
.AnyTagClassName
{
color: #C59B39;
}
</style>
background-color css
<style>
a { background-color: #C59B39; }
a { background-color: rgb(197,155,57); }
div.DivClassName
{
background-color: #C59B39;
}
.BgClassName
{
background-color: #C59B39;
}
</style>
border-color css
<style>
span { border-color: #C59B39; }
span { border-color: rgb(197,155,57); }
td.TdClassName
{
border-color: #C59B39;
}
.TagClassName
{
border-color: #C59B39;
}
</style>