Shades of Pizza #C38B35
Tints of Pizza #C38B35
RGB
CMYK
RGB Variations
Color information
#C38B35 (or 0xC38B35) is known color: Pizza. HEX triplet: C3, 8B and 35. RGB value is (195,139,53). Sum of RGB (Red+Green+Blue) = 195+139+53=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B35 is #3C74CA. Grayscale: #929292. Windows color (decimal): -3962059 or 3509187. OLE color: 3509187.
HSL color Cylindrical-coordinate representation of color #C38B35: hue angle of 36.34º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C38B35 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 53 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.24 |
| HSL | 36.34º | 0.57% | 0.49% | - |
| HSV(B) | 36.34º | 0.73% | 0.76% | - |
| XYZ | 32.38 | 30.32 | 7.51 | - |
| YUV | 145.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 53 | 0 | 0.29 | 0.73 | 0.24 | 36.34 | 0.57 | 0.49 |
| Hex | C3 | 8B | 35 | 0 | 1D | 49 | 18 | 24 | 39 | 31 |
| Octal | 303 | 213 | 65 | 0 | 35 | 111 | 30 | 44 | 71 | 61 |
| Binary | 11000011 | 10001011 | 110101 | 0 | 11101 | 1001001 | 11000 | 100100 | 111001 | 110001 |
Color Harmonies of #C38B35
Complementary color
Monochromatic Colors of #C38B35
Black with #C38B35
Text Example
Text Example
White with #C38B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B35; }
p { color: rgb(195,139,53); }
H1.HeaderClassName
{
color: #C38B35;
}
.AnyTagClassName
{
color: #C38B35;
}
</style>
background-color css
<style>
a { background-color: #C38B35; }
a { background-color: rgb(195,139,53); }
div.DivClassName
{
background-color: #C38B35;
}
.BgClassName
{
background-color: #C38B35;
}
</style>
border-color css
<style>
span { border-color: #C38B35; }
span { border-color: rgb(195,139,53); }
td.TdClassName
{
border-color: #C38B35;
}
.TagClassName
{
border-color: #C38B35;
}
</style>