Shades of Chocolate #C45D1B
Tints of Chocolate #C45D1B
RGB
CMYK
RGB Variations
Color information
#C45D1B (or 0xC45D1B) is known color: Chocolate. HEX triplet: C4, 5D and 1B. RGB value is (196,93,27). Sum of RGB (Red+Green+Blue) = 196+93+27=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45D1B is #3BA2E4. Grayscale: #747474. Windows color (decimal): -3908325 or 1793476. OLE color: 1793476.
HSL color Cylindrical-coordinate representation of color #C45D1B: hue angle of 23.43º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C45D1B is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 27 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.23 |
| HSL | 23.43º | 0.76% | 0.44% | - |
| HSV(B) | 23.43º | 0.86% | 0.77% | - |
| XYZ | 26.88 | 19.64 | 3.41 | - |
| YUV | 116.27 | 77.62 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 27 | 0 | 0.53 | 0.86 | 0.23 | 23.43 | 0.76 | 0.44 |
| Hex | C4 | 5D | 1B | 0 | 35 | 56 | 17 | 17 | 4C | 2C |
| Octal | 304 | 135 | 33 | 0 | 65 | 126 | 27 | 27 | 114 | 54 |
| Binary | 11000100 | 1011101 | 11011 | 0 | 110101 | 1010110 | 10111 | 10111 | 1001100 | 101100 |
Color Harmonies of #C45D1B
Complementary color
Monochromatic Colors of #C45D1B
Black with #C45D1B
Text Example
Text Example
White with #C45D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D1B; }
p { color: rgb(196,93,27); }
H1.HeaderClassName
{
color: #C45D1B;
}
.AnyTagClassName
{
color: #C45D1B;
}
</style>
background-color css
<style>
a { background-color: #C45D1B; }
a { background-color: rgb(196,93,27); }
div.DivClassName
{
background-color: #C45D1B;
}
.BgClassName
{
background-color: #C45D1B;
}
</style>
border-color css
<style>
span { border-color: #C45D1B; }
span { border-color: rgb(196,93,27); }
td.TdClassName
{
border-color: #C45D1B;
}
.TagClassName
{
border-color: #C45D1B;
}
</style>