Shades of Ochre #CB7515
Tints of Ochre #CB7515
RGB
CMYK
RGB Variations
Color information
#CB7515 (or 0xCB7515) is known color: Ochre. HEX triplet: CB, 75 and 15. RGB value is (203,117,21). Sum of RGB (Red+Green+Blue) = 203+117+21=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7515 is #348AEA. Grayscale: #848484. Windows color (decimal): -3443435 or 1406411. OLE color: 1406411.
HSL color Cylindrical-coordinate representation of color #CB7515: hue angle of 31.65º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB7515 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.20 |
| HSL | 31.65º | 0.81% | 0.44% | - |
| HSV(B) | 31.65º | 0.9% | 0.8% | - |
| XYZ | 31.13 | 25.47 | 3.99 | - |
| YUV | 131.77 | 65.49 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 21 | 0 | 0.42 | 0.90 | 0.20 | 31.65 | 0.81 | 0.44 |
| Hex | CB | 75 | 15 | 0 | 2A | 5A | 14 | 20 | 51 | 2C |
| Octal | 313 | 165 | 25 | 0 | 52 | 132 | 24 | 40 | 121 | 54 |
| Binary | 11001011 | 1110101 | 10101 | 0 | 101010 | 1011010 | 10100 | 100000 | 1010001 | 101100 |
Color Harmonies of #CB7515
Complementary color
Monochromatic Colors of #CB7515
Black with #CB7515
Text Example
Text Example
White with #CB7515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7515; }
p { color: rgb(203,117,21); }
H1.HeaderClassName
{
color: #CB7515;
}
.AnyTagClassName
{
color: #CB7515;
}
</style>
background-color css
<style>
a { background-color: #CB7515; }
a { background-color: rgb(203,117,21); }
div.DivClassName
{
background-color: #CB7515;
}
.BgClassName
{
background-color: #CB7515;
}
</style>
border-color css
<style>
span { border-color: #CB7515; }
span { border-color: rgb(203,117,21); }
td.TdClassName
{
border-color: #CB7515;
}
.TagClassName
{
border-color: #CB7515;
}
</style>