Shades of Ochre #CB7027
Tints of Ochre #CB7027
RGB
CMYK
RGB Variations
Color information
#CB7027 (or 0xCB7027) is known color: Ochre. HEX triplet: CB, 70 and 27. RGB value is (203,112,39). Sum of RGB (Red+Green+Blue) = 203+112+39=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7027 is #348FD8. Grayscale: #838383. Windows color (decimal): -3444697 or 2584779. OLE color: 2584779.
HSL color Cylindrical-coordinate representation of color #CB7027: hue angle of 26.71º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB7027 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 39 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.20 |
| HSL | 26.71º | 0.68% | 0.47% | - |
| HSV(B) | 26.71º | 0.81% | 0.8% | - |
| XYZ | 30.79 | 24.43 | 5.01 | - |
| YUV | 130.89 | 76.15 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 39 | 0 | 0.45 | 0.81 | 0.20 | 26.71 | 0.68 | 0.47 |
| Hex | CB | 70 | 27 | 0 | 2D | 51 | 14 | 1B | 44 | 2F |
| Octal | 313 | 160 | 47 | 0 | 55 | 121 | 24 | 33 | 104 | 57 |
| Binary | 11001011 | 1110000 | 100111 | 0 | 101101 | 1010001 | 10100 | 11011 | 1000100 | 101111 |
Color Harmonies of #CB7027
Complementary color
Monochromatic Colors of #CB7027
Black with #CB7027
Text Example
Text Example
White with #CB7027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7027; }
p { color: rgb(203,112,39); }
H1.HeaderClassName
{
color: #CB7027;
}
.AnyTagClassName
{
color: #CB7027;
}
</style>
background-color css
<style>
a { background-color: #CB7027; }
a { background-color: rgb(203,112,39); }
div.DivClassName
{
background-color: #CB7027;
}
.BgClassName
{
background-color: #CB7027;
}
</style>
border-color css
<style>
span { border-color: #CB7027; }
span { border-color: rgb(203,112,39); }
td.TdClassName
{
border-color: #CB7027;
}
.TagClassName
{
border-color: #CB7027;
}
</style>