Shades of Chocolate #C25D1B
Tints of Chocolate #C25D1B
RGB
CMYK
RGB Variations
Color information
#C25D1B (or 0xC25D1B) is known color: Chocolate. HEX triplet: C2, 5D and 1B. RGB value is (194,93,27). Sum of RGB (Red+Green+Blue) = 194+93+27=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D1B is #3DA2E4. Grayscale: #747474. Windows color (decimal): -4039397 or 1793474. OLE color: 1793474.
HSL color Cylindrical-coordinate representation of color #C25D1B: hue angle of 23.71º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C25D1B is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 27 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.24 |
| HSL | 23.71º | 0.76% | 0.43% | - |
| HSV(B) | 23.71º | 0.86% | 0.76% | - |
| XYZ | 26.36 | 19.38 | 3.39 | - |
| YUV | 115.68 | 77.96 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 27 | 0 | 0.52 | 0.86 | 0.24 | 23.71 | 0.76 | 0.43 |
| Hex | C2 | 5D | 1B | 0 | 34 | 56 | 18 | 18 | 4C | 2B |
| Octal | 302 | 135 | 33 | 0 | 64 | 126 | 30 | 30 | 114 | 53 |
| Binary | 11000010 | 1011101 | 11011 | 0 | 110100 | 1010110 | 11000 | 11000 | 1001100 | 101011 |
Color Harmonies of #C25D1B
Complementary color
Monochromatic Colors of #C25D1B
Black with #C25D1B
Text Example
Text Example
White with #C25D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D1B; }
p { color: rgb(194,93,27); }
H1.HeaderClassName
{
color: #C25D1B;
}
.AnyTagClassName
{
color: #C25D1B;
}
</style>
background-color css
<style>
a { background-color: #C25D1B; }
a { background-color: rgb(194,93,27); }
div.DivClassName
{
background-color: #C25D1B;
}
.BgClassName
{
background-color: #C25D1B;
}
</style>
border-color css
<style>
span { border-color: #C25D1B; }
span { border-color: rgb(194,93,27); }
td.TdClassName
{
border-color: #C25D1B;
}
.TagClassName
{
border-color: #C25D1B;
}
</style>