Shades of Chocolate #CB651F
Tints of Chocolate #CB651F
RGB
CMYK
RGB Variations
Color information
#CB651F (or 0xCB651F) is known color: Chocolate. HEX triplet: CB, 65 and 1F. RGB value is (203,101,31). Sum of RGB (Red+Green+Blue) = 203+101+31=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB651F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB651F is #349AE0. Grayscale: #7B7B7B. Windows color (decimal): -3447521 or 2057675. OLE color: 2057675.
HSL color Cylindrical-coordinate representation of color #CB651F: hue angle of 24.42º 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 #CB651F is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 31 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.20 |
| HSL | 24.42º | 0.74% | 0.46% | - |
| HSV(B) | 24.42º | 0.85% | 0.8% | - |
| XYZ | 29.53 | 22.1 | 4.01 | - |
| YUV | 123.52 | 75.79 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 31 | 0 | 0.50 | 0.85 | 0.20 | 24.42 | 0.74 | 0.46 |
| Hex | CB | 65 | 1F | 0 | 32 | 55 | 14 | 18 | 4A | 2E |
| Octal | 313 | 145 | 37 | 0 | 62 | 125 | 24 | 30 | 112 | 56 |
| Binary | 11001011 | 1100101 | 11111 | 0 | 110010 | 1010101 | 10100 | 11000 | 1001010 | 101110 |
Color Harmonies of #CB651F
Complementary color
Monochromatic Colors of #CB651F
Black with #CB651F
Text Example
Text Example
White with #CB651F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB651F; }
p { color: rgb(203,101,31); }
H1.HeaderClassName
{
color: #CB651F;
}
.AnyTagClassName
{
color: #CB651F;
}
</style>
background-color css
<style>
a { background-color: #CB651F; }
a { background-color: rgb(203,101,31); }
div.DivClassName
{
background-color: #CB651F;
}
.BgClassName
{
background-color: #CB651F;
}
</style>
border-color css
<style>
span { border-color: #CB651F; }
span { border-color: rgb(203,101,31); }
td.TdClassName
{
border-color: #CB651F;
}
.TagClassName
{
border-color: #CB651F;
}
</style>