Shades of Ochre #CB7516
Tints of Ochre #CB7516
RGB
CMYK
RGB Variations
Color information
#CB7516 (or 0xCB7516) is known color: Ochre. HEX triplet: CB, 75 and 16. RGB value is (203,117,22). Sum of RGB (Red+Green+Blue) = 203+117+22=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7516 is #348AE9. Grayscale: #848484. Windows color (decimal): -3443434 or 1471947. OLE color: 1471947.
HSL color Cylindrical-coordinate representation of color #CB7516: hue angle of 31.49º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB7516 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 22 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.20 |
| HSL | 31.49º | 0.8% | 0.44% | - |
| HSV(B) | 31.49º | 0.89% | 0.8% | - |
| XYZ | 31.13 | 25.48 | 4.04 | - |
| YUV | 131.88 | 65.99 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 22 | 0 | 0.42 | 0.89 | 0.20 | 31.49 | 0.8 | 0.44 |
| Hex | CB | 75 | 16 | 0 | 2A | 59 | 14 | 1F | 50 | 2C |
| Octal | 313 | 165 | 26 | 0 | 52 | 131 | 24 | 37 | 120 | 54 |
| Binary | 11001011 | 1110101 | 10110 | 0 | 101010 | 1011001 | 10100 | 11111 | 1010000 | 101100 |
Color Harmonies of #CB7516
Complementary color
Monochromatic Colors of #CB7516
Black with #CB7516
Text Example
Text Example
White with #CB7516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7516; }
p { color: rgb(203,117,22); }
H1.HeaderClassName
{
color: #CB7516;
}
.AnyTagClassName
{
color: #CB7516;
}
</style>
background-color css
<style>
a { background-color: #CB7516; }
a { background-color: rgb(203,117,22); }
div.DivClassName
{
background-color: #CB7516;
}
.BgClassName
{
background-color: #CB7516;
}
</style>
border-color css
<style>
span { border-color: #CB7516; }
span { border-color: rgb(203,117,22); }
td.TdClassName
{
border-color: #CB7516;
}
.TagClassName
{
border-color: #CB7516;
}
</style>