Shades of Chocolate #C4621B
Tints of Chocolate #C4621B
RGB
CMYK
RGB Variations
Color information
#C4621B (or 0xC4621B) is known color: Chocolate. HEX triplet: C4, 62 and 1B. RGB value is (196,98,27). Sum of RGB (Red+Green+Blue) = 196+98+27=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C4621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4621B is #3B9DE4. Grayscale: #777777. Windows color (decimal): -3907045 or 1794756. OLE color: 1794756.
HSL color Cylindrical-coordinate representation of color #C4621B: hue angle of 25.21º 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 #C4621B is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 27 | - |
| CMYK | 0 | 0.5 | 0.86 | 0.23 |
| HSL | 25.21º | 0.76% | 0.44% | - |
| HSV(B) | 25.21º | 0.86% | 0.77% | - |
| XYZ | 27.33 | 20.55 | 3.56 | - |
| YUV | 119.21 | 75.97 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 27 | 0 | 0.5 | 0.86 | 0.23 | 25.21 | 0.76 | 0.44 |
| Hex | C4 | 62 | 1B | 0 | 32 | 56 | 17 | 19 | 4C | 2C |
| Octal | 304 | 142 | 33 | 0 | 62 | 126 | 27 | 31 | 114 | 54 |
| Binary | 11000100 | 1100010 | 11011 | 0 | 110010 | 1010110 | 10111 | 11001 | 1001100 | 101100 |
Color Harmonies of #C4621B
Complementary color
Monochromatic Colors of #C4621B
Black with #C4621B
Text Example
Text Example
White with #C4621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4621B; }
p { color: rgb(196,98,27); }
H1.HeaderClassName
{
color: #C4621B;
}
.AnyTagClassName
{
color: #C4621B;
}
</style>
background-color css
<style>
a { background-color: #C4621B; }
a { background-color: rgb(196,98,27); }
div.DivClassName
{
background-color: #C4621B;
}
.BgClassName
{
background-color: #C4621B;
}
</style>
border-color css
<style>
span { border-color: #C4621B; }
span { border-color: rgb(196,98,27); }
td.TdClassName
{
border-color: #C4621B;
}
.TagClassName
{
border-color: #C4621B;
}
</style>