Shades of Ochre #CB720B
Tints of Ochre #CB720B
RGB
CMYK
RGB Variations
Color information
#CB720B (or 0xCB720B) is known color: Ochre. HEX triplet: CB, 72 and 0B. RGB value is (203,114,11). Sum of RGB (Red+Green+Blue) = 203+114+11=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB720B is #348DF4. Grayscale: #818181. Windows color (decimal): -3444213 or 750283. OLE color: 750283.
HSL color Cylindrical-coordinate representation of color #CB720B: hue angle of 32.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB720B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.20 |
| HSL | 32.19º | 0.9% | 0.42% | - |
| HSV(B) | 32.19º | 0.95% | 0.8% | - |
| XYZ | 30.71 | 24.76 | 3.48 | - |
| YUV | 128.87 | 61.49 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 11 | 0 | 0.44 | 0.95 | 0.20 | 32.19 | 0.9 | 0.42 |
| Hex | CB | 72 | B | 0 | 2C | 5F | 14 | 20 | 5A | 2A |
| Octal | 313 | 162 | 13 | 0 | 54 | 137 | 24 | 40 | 132 | 52 |
| Binary | 11001011 | 1110010 | 1011 | 0 | 101100 | 1011111 | 10100 | 100000 | 1011010 | 101010 |
Color Harmonies of #CB720B
Complementary color
Monochromatic Colors of #CB720B
Black with #CB720B
Text Example
Text Example
White with #CB720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB720B; }
p { color: rgb(203,114,11); }
H1.HeaderClassName
{
color: #CB720B;
}
.AnyTagClassName
{
color: #CB720B;
}
</style>
background-color css
<style>
a { background-color: #CB720B; }
a { background-color: rgb(203,114,11); }
div.DivClassName
{
background-color: #CB720B;
}
.BgClassName
{
background-color: #CB720B;
}
</style>
border-color css
<style>
span { border-color: #CB720B; }
span { border-color: rgb(203,114,11); }
td.TdClassName
{
border-color: #CB720B;
}
.TagClassName
{
border-color: #CB720B;
}
</style>