Shades of Chocolate #CB671F
Tints of Chocolate #CB671F
RGB
CMYK
RGB Variations
Color information
#CB671F (or 0xCB671F) is known color: Chocolate. HEX triplet: CB, 67 and 1F. RGB value is (203,103,31). Sum of RGB (Red+Green+Blue) = 203+103+31=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB671F is #3498E0. Grayscale: #7D7D7D. Windows color (decimal): -3447009 or 2058187. OLE color: 2058187.
HSL color Cylindrical-coordinate representation of color #CB671F: hue angle of 25.12º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB671F is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 31 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.20 |
| HSL | 25.12º | 0.74% | 0.46% | - |
| HSV(B) | 25.12º | 0.85% | 0.8% | - |
| XYZ | 29.73 | 22.5 | 4.07 | - |
| YUV | 124.69 | 75.13 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 31 | 0 | 0.49 | 0.85 | 0.20 | 25.12 | 0.74 | 0.46 |
| Hex | CB | 67 | 1F | 0 | 31 | 55 | 14 | 19 | 4A | 2E |
| Octal | 313 | 147 | 37 | 0 | 61 | 125 | 24 | 31 | 112 | 56 |
| Binary | 11001011 | 1100111 | 11111 | 0 | 110001 | 1010101 | 10100 | 11001 | 1001010 | 101110 |
Color Harmonies of #CB671F
Complementary color
Monochromatic Colors of #CB671F
Black with #CB671F
Text Example
Text Example
White with #CB671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB671F; }
p { color: rgb(203,103,31); }
H1.HeaderClassName
{
color: #CB671F;
}
.AnyTagClassName
{
color: #CB671F;
}
</style>
background-color css
<style>
a { background-color: #CB671F; }
a { background-color: rgb(203,103,31); }
div.DivClassName
{
background-color: #CB671F;
}
.BgClassName
{
background-color: #CB671F;
}
</style>
border-color css
<style>
span { border-color: #CB671F; }
span { border-color: rgb(203,103,31); }
td.TdClassName
{
border-color: #CB671F;
}
.TagClassName
{
border-color: #CB671F;
}
</style>