Shades of Chocolate #C4631D
Tints of Chocolate #C4631D
RGB
CMYK
RGB Variations
Color information
#C4631D (or 0xC4631D) is known color: Chocolate. HEX triplet: C4, 63 and 1D. RGB value is (196,99,29). Sum of RGB (Red+Green+Blue) = 196+99+29=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4631D is #3B9CE2. Grayscale: #787878. Windows color (decimal): -3906787 or 1926084. OLE color: 1926084.
HSL color Cylindrical-coordinate representation of color #C4631D: hue angle of 25.15º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4631D is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 29 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.23 |
| HSL | 25.15º | 0.74% | 0.44% | - |
| HSV(B) | 25.15º | 0.85% | 0.77% | - |
| XYZ | 27.45 | 20.75 | 3.72 | - |
| YUV | 120.02 | 76.64 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 29 | 0 | 0.49 | 0.85 | 0.23 | 25.15 | 0.74 | 0.44 |
| Hex | C4 | 63 | 1D | 0 | 31 | 55 | 17 | 19 | 4A | 2C |
| Octal | 304 | 143 | 35 | 0 | 61 | 125 | 27 | 31 | 112 | 54 |
| Binary | 11000100 | 1100011 | 11101 | 0 | 110001 | 1010101 | 10111 | 11001 | 1001010 | 101100 |
Color Harmonies of #C4631D
Complementary color
Monochromatic Colors of #C4631D
Black with #C4631D
Text Example
Text Example
White with #C4631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4631D; }
p { color: rgb(196,99,29); }
H1.HeaderClassName
{
color: #C4631D;
}
.AnyTagClassName
{
color: #C4631D;
}
</style>
background-color css
<style>
a { background-color: #C4631D; }
a { background-color: rgb(196,99,29); }
div.DivClassName
{
background-color: #C4631D;
}
.BgClassName
{
background-color: #C4631D;
}
</style>
border-color css
<style>
span { border-color: #C4631D; }
span { border-color: rgb(196,99,29); }
td.TdClassName
{
border-color: #C4631D;
}
.TagClassName
{
border-color: #C4631D;
}
</style>