Shades of Ochre #CB780D
Tints of Ochre #CB780D
RGB
CMYK
RGB Variations
Color information
#CB780D (or 0xCB780D) is known color: Ochre. HEX triplet: CB, 78 and 0D. RGB value is (203,120,13). Sum of RGB (Red+Green+Blue) = 203+120+13=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB780D is #3487F2. Grayscale: #858585. Windows color (decimal): -3442675 or 882891. OLE color: 882891.
HSL color Cylindrical-coordinate representation of color #CB780D: hue angle of 33.79º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB780D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.20 |
| HSL | 33.79º | 0.88% | 0.42% | - |
| HSV(B) | 33.79º | 0.94% | 0.8% | - |
| XYZ | 31.42 | 26.16 | 3.77 | - |
| YUV | 132.62 | 60.5 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 13 | 0 | 0.41 | 0.94 | 0.20 | 33.79 | 0.88 | 0.42 |
| Hex | CB | 78 | D | 0 | 29 | 5E | 14 | 22 | 58 | 2A |
| Octal | 313 | 170 | 15 | 0 | 51 | 136 | 24 | 42 | 130 | 52 |
| Binary | 11001011 | 1111000 | 1101 | 0 | 101001 | 1011110 | 10100 | 100010 | 1011000 | 101010 |
Color Harmonies of #CB780D
Complementary color
Monochromatic Colors of #CB780D
Black with #CB780D
Text Example
Text Example
White with #CB780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB780D; }
p { color: rgb(203,120,13); }
H1.HeaderClassName
{
color: #CB780D;
}
.AnyTagClassName
{
color: #CB780D;
}
</style>
background-color css
<style>
a { background-color: #CB780D; }
a { background-color: rgb(203,120,13); }
div.DivClassName
{
background-color: #CB780D;
}
.BgClassName
{
background-color: #CB780D;
}
</style>
border-color css
<style>
span { border-color: #CB780D; }
span { border-color: rgb(203,120,13); }
td.TdClassName
{
border-color: #CB780D;
}
.TagClassName
{
border-color: #CB780D;
}
</style>