Shades of Ochre #CB780B
Tints of Ochre #CB780B
RGB
CMYK
RGB Variations
Color information
#CB780B (or 0xCB780B) is known color: Ochre. HEX triplet: CB, 78 and 0B. RGB value is (203,120,11). Sum of RGB (Red+Green+Blue) = 203+120+11=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB780B is #3487F4. Grayscale: #848484. Windows color (decimal): -3442677 or 751819. OLE color: 751819.
HSL color Cylindrical-coordinate representation of color #CB780B: hue angle of 34.06º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB780B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.20 |
| HSL | 34.06º | 0.9% | 0.42% | - |
| HSV(B) | 34.06º | 0.95% | 0.8% | - |
| XYZ | 31.41 | 26.15 | 3.71 | - |
| YUV | 132.39 | 59.5 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 11 | 0 | 0.41 | 0.95 | 0.20 | 34.06 | 0.9 | 0.42 |
| Hex | CB | 78 | B | 0 | 29 | 5F | 14 | 22 | 5A | 2A |
| Octal | 313 | 170 | 13 | 0 | 51 | 137 | 24 | 42 | 132 | 52 |
| Binary | 11001011 | 1111000 | 1011 | 0 | 101001 | 1011111 | 10100 | 100010 | 1011010 | 101010 |
Color Harmonies of #CB780B
Complementary color
Monochromatic Colors of #CB780B
Black with #CB780B
Text Example
Text Example
White with #CB780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB780B; }
p { color: rgb(203,120,11); }
H1.HeaderClassName
{
color: #CB780B;
}
.AnyTagClassName
{
color: #CB780B;
}
</style>
background-color css
<style>
a { background-color: #CB780B; }
a { background-color: rgb(203,120,11); }
div.DivClassName
{
background-color: #CB780B;
}
.BgClassName
{
background-color: #CB780B;
}
</style>
border-color css
<style>
span { border-color: #CB780B; }
span { border-color: rgb(203,120,11); }
td.TdClassName
{
border-color: #CB780B;
}
.TagClassName
{
border-color: #CB780B;
}
</style>