Shades of Ochre #CB7615
Tints of Ochre #CB7615
RGB
CMYK
RGB Variations
Color information
#CB7615 (or 0xCB7615) is known color: Ochre. HEX triplet: CB, 76 and 15. RGB value is (203,118,21). Sum of RGB (Red+Green+Blue) = 203+118+21=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7615 is #3489EA. Grayscale: #848484. Windows color (decimal): -3443179 or 1406667. OLE color: 1406667.
HSL color Cylindrical-coordinate representation of color #CB7615: hue angle of 31.98º 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 #CB7615 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.20 |
| HSL | 31.98º | 0.81% | 0.44% | - |
| HSV(B) | 31.98º | 0.9% | 0.8% | - |
| XYZ | 31.24 | 25.71 | 4.02 | - |
| YUV | 132.36 | 65.16 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 21 | 0 | 0.42 | 0.90 | 0.20 | 31.98 | 0.81 | 0.44 |
| Hex | CB | 76 | 15 | 0 | 2A | 5A | 14 | 20 | 51 | 2C |
| Octal | 313 | 166 | 25 | 0 | 52 | 132 | 24 | 40 | 121 | 54 |
| Binary | 11001011 | 1110110 | 10101 | 0 | 101010 | 1011010 | 10100 | 100000 | 1010001 | 101100 |
Color Harmonies of #CB7615
Complementary color
Monochromatic Colors of #CB7615
Black with #CB7615
Text Example
Text Example
White with #CB7615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7615; }
p { color: rgb(203,118,21); }
H1.HeaderClassName
{
color: #CB7615;
}
.AnyTagClassName
{
color: #CB7615;
}
</style>
background-color css
<style>
a { background-color: #CB7615; }
a { background-color: rgb(203,118,21); }
div.DivClassName
{
background-color: #CB7615;
}
.BgClassName
{
background-color: #CB7615;
}
</style>
border-color css
<style>
span { border-color: #CB7615; }
span { border-color: rgb(203,118,21); }
td.TdClassName
{
border-color: #CB7615;
}
.TagClassName
{
border-color: #CB7615;
}
</style>