Shades of Ochre #CB7B13
Tints of Ochre #CB7B13
RGB
CMYK
RGB Variations
Color information
#CB7B13 (or 0xCB7B13) is known color: Ochre. HEX triplet: CB, 7B and 13. RGB value is (203,123,19). Sum of RGB (Red+Green+Blue) = 203+123+19=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7B13 is #3484EC. Grayscale: #878787. Windows color (decimal): -3441901 or 1276875. OLE color: 1276875.
HSL color Cylindrical-coordinate representation of color #CB7B13: hue angle of 33.91º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB7B13 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 19 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.20 |
| HSL | 33.91º | 0.83% | 0.44% | - |
| HSV(B) | 33.91º | 0.91% | 0.8% | - |
| XYZ | 31.83 | 26.91 | 4.13 | - |
| YUV | 135.06 | 62.5 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 19 | 0 | 0.39 | 0.91 | 0.20 | 33.91 | 0.83 | 0.44 |
| Hex | CB | 7B | 13 | 0 | 27 | 5B | 14 | 22 | 53 | 2C |
| Octal | 313 | 173 | 23 | 0 | 47 | 133 | 24 | 42 | 123 | 54 |
| Binary | 11001011 | 1111011 | 10011 | 0 | 100111 | 1011011 | 10100 | 100010 | 1010011 | 101100 |
Color Harmonies of #CB7B13
Complementary color
Monochromatic Colors of #CB7B13
Black with #CB7B13
Text Example
Text Example
White with #CB7B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B13; }
p { color: rgb(203,123,19); }
H1.HeaderClassName
{
color: #CB7B13;
}
.AnyTagClassName
{
color: #CB7B13;
}
</style>
background-color css
<style>
a { background-color: #CB7B13; }
a { background-color: rgb(203,123,19); }
div.DivClassName
{
background-color: #CB7B13;
}
.BgClassName
{
background-color: #CB7B13;
}
</style>
border-color css
<style>
span { border-color: #CB7B13; }
span { border-color: rgb(203,123,19); }
td.TdClassName
{
border-color: #CB7B13;
}
.TagClassName
{
border-color: #CB7B13;
}
</style>