Shades of Pizza #C38A36
Tints of Pizza #C38A36
RGB
CMYK
RGB Variations
Color information
#C38A36 (or 0xC38A36) is known color: Pizza. HEX triplet: C3, 8A and 36. RGB value is (195,138,54). Sum of RGB (Red+Green+Blue) = 195+138+54=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A36 is #3C75C9. Grayscale: #919191. Windows color (decimal): -3962314 or 3574467. OLE color: 3574467.
HSL color Cylindrical-coordinate representation of color #C38A36: hue angle of 35.74º degrees, saturation: 0.57, 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 #C38A36 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 54 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.24 |
| HSL | 35.74º | 0.57% | 0.49% | - |
| HSV(B) | 35.74º | 0.72% | 0.76% | - |
| XYZ | 32.26 | 30.05 | 7.59 | - |
| YUV | 145.47 | 76.38 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 54 | 0 | 0.29 | 0.72 | 0.24 | 35.74 | 0.57 | 0.49 |
| Hex | C3 | 8A | 36 | 0 | 1D | 48 | 18 | 24 | 39 | 31 |
| Octal | 303 | 212 | 66 | 0 | 35 | 110 | 30 | 44 | 71 | 61 |
| Binary | 11000011 | 10001010 | 110110 | 0 | 11101 | 1001000 | 11000 | 100100 | 111001 | 110001 |
Color Harmonies of #C38A36
Complementary color
Monochromatic Colors of #C38A36
Black with #C38A36
Text Example
Text Example
White with #C38A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A36; }
p { color: rgb(195,138,54); }
H1.HeaderClassName
{
color: #C38A36;
}
.AnyTagClassName
{
color: #C38A36;
}
</style>
background-color css
<style>
a { background-color: #C38A36; }
a { background-color: rgb(195,138,54); }
div.DivClassName
{
background-color: #C38A36;
}
.BgClassName
{
background-color: #C38A36;
}
</style>
border-color css
<style>
span { border-color: #C38A36; }
span { border-color: rgb(195,138,54); }
td.TdClassName
{
border-color: #C38A36;
}
.TagClassName
{
border-color: #C38A36;
}
</style>