Shades of Pizza #C38737
Tints of Pizza #C38737
RGB
CMYK
RGB Variations
Color information
#C38737 (or 0xC38737) is known color: Pizza. HEX triplet: C3, 87 and 37. RGB value is (195,135,55). Sum of RGB (Red+Green+Blue) = 195+135+55=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C38737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38737 is #3C78C8. Grayscale: #909090. Windows color (decimal): -3963081 or 3639235. OLE color: 3639235.
HSL color Cylindrical-coordinate representation of color #C38737: hue angle of 34.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C38737 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 55 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.24 |
| HSL | 34.29º | 0.56% | 0.49% | - |
| HSV(B) | 34.29º | 0.72% | 0.76% | - |
| XYZ | 31.86 | 29.21 | 7.57 | - |
| YUV | 143.82 | 77.88 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 55 | 0 | 0.31 | 0.72 | 0.24 | 34.29 | 0.56 | 0.49 |
| Hex | C3 | 87 | 37 | 0 | 1F | 48 | 18 | 22 | 38 | 31 |
| Octal | 303 | 207 | 67 | 0 | 37 | 110 | 30 | 42 | 70 | 61 |
| Binary | 11000011 | 10000111 | 110111 | 0 | 11111 | 1001000 | 11000 | 100010 | 111000 | 110001 |
Color Harmonies of #C38737
Complementary color
Monochromatic Colors of #C38737
Black with #C38737
Text Example
Text Example
White with #C38737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38737; }
p { color: rgb(195,135,55); }
H1.HeaderClassName
{
color: #C38737;
}
.AnyTagClassName
{
color: #C38737;
}
</style>
background-color css
<style>
a { background-color: #C38737; }
a { background-color: rgb(195,135,55); }
div.DivClassName
{
background-color: #C38737;
}
.BgClassName
{
background-color: #C38737;
}
</style>
border-color css
<style>
span { border-color: #C38737; }
span { border-color: rgb(195,135,55); }
td.TdClassName
{
border-color: #C38737;
}
.TagClassName
{
border-color: #C38737;
}
</style>