Shades of Ochre #CB7B17
Tints of Ochre #CB7B17
RGB
CMYK
RGB Variations
Color information
#CB7B17 (or 0xCB7B17) is known color: Ochre. HEX triplet: CB, 7B and 17. RGB value is (203,123,23). Sum of RGB (Red+Green+Blue) = 203+123+23=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7B17 is #3484E8. Grayscale: #888888. Windows color (decimal): -3441897 or 1539019. OLE color: 1539019.
HSL color Cylindrical-coordinate representation of color #CB7B17: hue angle of 33.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB7B17 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 23 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.20 |
| HSL | 33.33º | 0.8% | 0.44% | - |
| HSV(B) | 33.33º | 0.89% | 0.8% | - |
| XYZ | 31.87 | 26.92 | 4.33 | - |
| YUV | 135.52 | 64.5 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 23 | 0 | 0.39 | 0.89 | 0.20 | 33.33 | 0.8 | 0.44 |
| Hex | CB | 7B | 17 | 0 | 27 | 59 | 14 | 21 | 50 | 2C |
| Octal | 313 | 173 | 27 | 0 | 47 | 131 | 24 | 41 | 120 | 54 |
| Binary | 11001011 | 1111011 | 10111 | 0 | 100111 | 1011001 | 10100 | 100001 | 1010000 | 101100 |
Color Harmonies of #CB7B17
Complementary color
Monochromatic Colors of #CB7B17
Black with #CB7B17
Text Example
Text Example
White with #CB7B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B17; }
p { color: rgb(203,123,23); }
H1.HeaderClassName
{
color: #CB7B17;
}
.AnyTagClassName
{
color: #CB7B17;
}
</style>
background-color css
<style>
a { background-color: #CB7B17; }
a { background-color: rgb(203,123,23); }
div.DivClassName
{
background-color: #CB7B17;
}
.BgClassName
{
background-color: #CB7B17;
}
</style>
border-color css
<style>
span { border-color: #CB7B17; }
span { border-color: rgb(203,123,23); }
td.TdClassName
{
border-color: #CB7B17;
}
.TagClassName
{
border-color: #CB7B17;
}
</style>