Shades of Ochre #CB7B20
Tints of Ochre #CB7B20
RGB
CMYK
RGB Variations
Color information
#CB7B20 (or 0xCB7B20) is known color: Ochre. HEX triplet: CB, 7B and 20. RGB value is (203,123,32). Sum of RGB (Red+Green+Blue) = 203+123+32=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7B20 is #3484DF. Grayscale: #888888. Windows color (decimal): -3441888 or 2128843. OLE color: 2128843.
HSL color Cylindrical-coordinate representation of color #CB7B20: hue angle of 31.93º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB7B20 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 32 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.20 |
| HSL | 31.93º | 0.73% | 0.46% | - |
| HSV(B) | 31.93º | 0.84% | 0.8% | - |
| XYZ | 31.97 | 26.97 | 4.89 | - |
| YUV | 136.55 | 69 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 32 | 0 | 0.39 | 0.84 | 0.20 | 31.93 | 0.73 | 0.46 |
| Hex | CB | 7B | 20 | 0 | 27 | 54 | 14 | 20 | 49 | 2E |
| Octal | 313 | 173 | 40 | 0 | 47 | 124 | 24 | 40 | 111 | 56 |
| Binary | 11001011 | 1111011 | 100000 | 0 | 100111 | 1010100 | 10100 | 100000 | 1001001 | 101110 |
Color Harmonies of #CB7B20
Complementary color
Monochromatic Colors of #CB7B20
Black with #CB7B20
Text Example
Text Example
White with #CB7B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B20; }
p { color: rgb(203,123,32); }
H1.HeaderClassName
{
color: #CB7B20;
}
.AnyTagClassName
{
color: #CB7B20;
}
</style>
background-color css
<style>
a { background-color: #CB7B20; }
a { background-color: rgb(203,123,32); }
div.DivClassName
{
background-color: #CB7B20;
}
.BgClassName
{
background-color: #CB7B20;
}
</style>
border-color css
<style>
span { border-color: #CB7B20; }
span { border-color: rgb(203,123,32); }
td.TdClassName
{
border-color: #CB7B20;
}
.TagClassName
{
border-color: #CB7B20;
}
</style>