Shades of Ochre #CB7712
Tints of Ochre #CB7712
RGB
CMYK
RGB Variations
Color information
#CB7712 (or 0xCB7712) is known color: Ochre. HEX triplet: CB, 77 and 12. RGB value is (203,119,18). Sum of RGB (Red+Green+Blue) = 203+119+18=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7712 is #3488ED. Grayscale: #858585. Windows color (decimal): -3442926 or 1210315. OLE color: 1210315.
HSL color Cylindrical-coordinate representation of color #CB7712: hue angle of 32.76º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB7712 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 18 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.20 |
| HSL | 32.76º | 0.84% | 0.43% | - |
| HSV(B) | 32.76º | 0.91% | 0.8% | - |
| XYZ | 31.33 | 25.93 | 3.93 | - |
| YUV | 132.6 | 63.33 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 18 | 0 | 0.41 | 0.91 | 0.20 | 32.76 | 0.84 | 0.43 |
| Hex | CB | 77 | 12 | 0 | 29 | 5B | 14 | 21 | 54 | 2B |
| Octal | 313 | 167 | 22 | 0 | 51 | 133 | 24 | 41 | 124 | 53 |
| Binary | 11001011 | 1110111 | 10010 | 0 | 101001 | 1011011 | 10100 | 100001 | 1010100 | 101011 |
Color Harmonies of #CB7712
Complementary color
Monochromatic Colors of #CB7712
Black with #CB7712
Text Example
Text Example
White with #CB7712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7712; }
p { color: rgb(203,119,18); }
H1.HeaderClassName
{
color: #CB7712;
}
.AnyTagClassName
{
color: #CB7712;
}
</style>
background-color css
<style>
a { background-color: #CB7712; }
a { background-color: rgb(203,119,18); }
div.DivClassName
{
background-color: #CB7712;
}
.BgClassName
{
background-color: #CB7712;
}
</style>
border-color css
<style>
span { border-color: #CB7712; }
span { border-color: rgb(203,119,18); }
td.TdClassName
{
border-color: #CB7712;
}
.TagClassName
{
border-color: #CB7712;
}
</style>