Shades of Ochre #CB7510
Tints of Ochre #CB7510
RGB
CMYK
RGB Variations
Color information
#CB7510 (or 0xCB7510) is known color: Ochre. HEX triplet: CB, 75 and 10. RGB value is (203,117,16). Sum of RGB (Red+Green+Blue) = 203+117+16=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7510 is #348AEF. Grayscale: #838383. Windows color (decimal): -3443440 or 1078731. OLE color: 1078731.
HSL color Cylindrical-coordinate representation of color #CB7510: hue angle of 32.41º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB7510 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 16 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.20 |
| HSL | 32.41º | 0.85% | 0.43% | - |
| HSV(B) | 32.41º | 0.92% | 0.8% | - |
| XYZ | 31.08 | 25.46 | 3.77 | - |
| YUV | 131.2 | 62.99 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 16 | 0 | 0.42 | 0.92 | 0.20 | 32.41 | 0.85 | 0.43 |
| Hex | CB | 75 | 10 | 0 | 2A | 5C | 14 | 20 | 55 | 2B |
| Octal | 313 | 165 | 20 | 0 | 52 | 134 | 24 | 40 | 125 | 53 |
| Binary | 11001011 | 1110101 | 10000 | 0 | 101010 | 1011100 | 10100 | 100000 | 1010101 | 101011 |
Color Harmonies of #CB7510
Complementary color
Monochromatic Colors of #CB7510
Black with #CB7510
Text Example
Text Example
White with #CB7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7510; }
p { color: rgb(203,117,16); }
H1.HeaderClassName
{
color: #CB7510;
}
.AnyTagClassName
{
color: #CB7510;
}
</style>
background-color css
<style>
a { background-color: #CB7510; }
a { background-color: rgb(203,117,16); }
div.DivClassName
{
background-color: #CB7510;
}
.BgClassName
{
background-color: #CB7510;
}
</style>
border-color css
<style>
span { border-color: #CB7510; }
span { border-color: rgb(203,117,16); }
td.TdClassName
{
border-color: #CB7510;
}
.TagClassName
{
border-color: #CB7510;
}
</style>