Shades of Ochre #CB7A0D
Tints of Ochre #CB7A0D
RGB
CMYK
RGB Variations
Color information
#CB7A0D (or 0xCB7A0D) is known color: Ochre. HEX triplet: CB, 7A and 0D. RGB value is (203,122,13). Sum of RGB (Red+Green+Blue) = 203+122+13=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7A0D is #3485F2. Grayscale: #868686. Windows color (decimal): -3442163 or 883403. OLE color: 883403.
HSL color Cylindrical-coordinate representation of color #CB7A0D: hue angle of 34.42º 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 #CB7A0D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 13 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.20 |
| HSL | 34.42º | 0.88% | 0.42% | - |
| HSV(B) | 34.42º | 0.94% | 0.8% | - |
| XYZ | 31.66 | 26.64 | 3.85 | - |
| YUV | 133.79 | 59.84 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 13 | 0 | 0.40 | 0.94 | 0.20 | 34.42 | 0.88 | 0.42 |
| Hex | CB | 7A | D | 0 | 28 | 5E | 14 | 22 | 58 | 2A |
| Octal | 313 | 172 | 15 | 0 | 50 | 136 | 24 | 42 | 130 | 52 |
| Binary | 11001011 | 1111010 | 1101 | 0 | 101000 | 1011110 | 10100 | 100010 | 1011000 | 101010 |
Color Harmonies of #CB7A0D
Complementary color
Monochromatic Colors of #CB7A0D
Black with #CB7A0D
Text Example
Text Example
White with #CB7A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A0D; }
p { color: rgb(203,122,13); }
H1.HeaderClassName
{
color: #CB7A0D;
}
.AnyTagClassName
{
color: #CB7A0D;
}
</style>
background-color css
<style>
a { background-color: #CB7A0D; }
a { background-color: rgb(203,122,13); }
div.DivClassName
{
background-color: #CB7A0D;
}
.BgClassName
{
background-color: #CB7A0D;
}
</style>
border-color css
<style>
span { border-color: #CB7A0D; }
span { border-color: rgb(203,122,13); }
td.TdClassName
{
border-color: #CB7A0D;
}
.TagClassName
{
border-color: #CB7A0D;
}
</style>