Shades of Chocolate #C45A1B
Tints of Chocolate #C45A1B
RGB
CMYK
RGB Variations
Color information
#C45A1B (or 0xC45A1B) is known color: Chocolate. HEX triplet: C4, 5A and 1B. RGB value is (196,90,27). Sum of RGB (Red+Green+Blue) = 196+90+27=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A1B is #3BA5E4. Grayscale: #727272. Windows color (decimal): -3909093 or 1792708. OLE color: 1792708.
HSL color Cylindrical-coordinate representation of color #C45A1B: hue angle of 22.37º 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 #C45A1B is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 27 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.23 |
| HSL | 22.37º | 0.76% | 0.44% | - |
| HSV(B) | 22.37º | 0.86% | 0.77% | - |
| XYZ | 26.62 | 19.13 | 3.33 | - |
| YUV | 114.51 | 78.62 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 27 | 0 | 0.54 | 0.86 | 0.23 | 22.37 | 0.76 | 0.44 |
| Hex | C4 | 5A | 1B | 0 | 36 | 56 | 17 | 16 | 4C | 2C |
| Octal | 304 | 132 | 33 | 0 | 66 | 126 | 27 | 26 | 114 | 54 |
| Binary | 11000100 | 1011010 | 11011 | 0 | 110110 | 1010110 | 10111 | 10110 | 1001100 | 101100 |
Color Harmonies of #C45A1B
Complementary color
Monochromatic Colors of #C45A1B
Black with #C45A1B
Text Example
Text Example
White with #C45A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A1B; }
p { color: rgb(196,90,27); }
H1.HeaderClassName
{
color: #C45A1B;
}
.AnyTagClassName
{
color: #C45A1B;
}
</style>
background-color css
<style>
a { background-color: #C45A1B; }
a { background-color: rgb(196,90,27); }
div.DivClassName
{
background-color: #C45A1B;
}
.BgClassName
{
background-color: #C45A1B;
}
</style>
border-color css
<style>
span { border-color: #C45A1B; }
span { border-color: rgb(196,90,27); }
td.TdClassName
{
border-color: #C45A1B;
}
.TagClassName
{
border-color: #C45A1B;
}
</style>