Shades of Chocolate #CB671C
Tints of Chocolate #CB671C
RGB
CMYK
RGB Variations
Color information
#CB671C (or 0xCB671C) is known color: Chocolate. HEX triplet: CB, 67 and 1C. RGB value is (203,103,28). Sum of RGB (Red+Green+Blue) = 203+103+28=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB671C is #3498E3. Grayscale: #7C7C7C. Windows color (decimal): -3447012 or 1861579. OLE color: 1861579.
HSL color Cylindrical-coordinate representation of color #CB671C: hue angle of 25.71º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB671C is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 28 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.20 |
| HSL | 25.71º | 0.76% | 0.45% | - |
| HSV(B) | 25.71º | 0.86% | 0.8% | - |
| XYZ | 29.69 | 22.48 | 3.87 | - |
| YUV | 124.35 | 73.63 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 28 | 0 | 0.49 | 0.86 | 0.20 | 25.71 | 0.76 | 0.45 |
| Hex | CB | 67 | 1C | 0 | 31 | 56 | 14 | 1A | 4C | 2D |
| Octal | 313 | 147 | 34 | 0 | 61 | 126 | 24 | 32 | 114 | 55 |
| Binary | 11001011 | 1100111 | 11100 | 0 | 110001 | 1010110 | 10100 | 11010 | 1001100 | 101101 |
Color Harmonies of #CB671C
Complementary color
Monochromatic Colors of #CB671C
Black with #CB671C
Text Example
Text Example
White with #CB671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB671C; }
p { color: rgb(203,103,28); }
H1.HeaderClassName
{
color: #CB671C;
}
.AnyTagClassName
{
color: #CB671C;
}
</style>
background-color css
<style>
a { background-color: #CB671C; }
a { background-color: rgb(203,103,28); }
div.DivClassName
{
background-color: #CB671C;
}
.BgClassName
{
background-color: #CB671C;
}
</style>
border-color css
<style>
span { border-color: #CB671C; }
span { border-color: rgb(203,103,28); }
td.TdClassName
{
border-color: #CB671C;
}
.TagClassName
{
border-color: #CB671C;
}
</style>