Shades of Ochre #CB7B1E
Tints of Ochre #CB7B1E
RGB
CMYK
RGB Variations
Color information
#CB7B1E (or 0xCB7B1E) is known color: Ochre. HEX triplet: CB, 7B and 1E. RGB value is (203,123,30). Sum of RGB (Red+Green+Blue) = 203+123+30=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7B1E is #3484E1. Grayscale: #888888. Windows color (decimal): -3441890 or 1997771. OLE color: 1997771.
HSL color Cylindrical-coordinate representation of color #CB7B1E: hue angle of 32.25º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB7B1E is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 30 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.20 |
| HSL | 32.25º | 0.74% | 0.46% | - |
| HSV(B) | 32.25º | 0.85% | 0.8% | - |
| XYZ | 31.95 | 26.96 | 4.75 | - |
| YUV | 136.32 | 68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 30 | 0 | 0.39 | 0.85 | 0.20 | 32.25 | 0.74 | 0.46 |
| Hex | CB | 7B | 1E | 0 | 27 | 55 | 14 | 20 | 4A | 2E |
| Octal | 313 | 173 | 36 | 0 | 47 | 125 | 24 | 40 | 112 | 56 |
| Binary | 11001011 | 1111011 | 11110 | 0 | 100111 | 1010101 | 10100 | 100000 | 1001010 | 101110 |
Color Harmonies of #CB7B1E
Complementary color
Monochromatic Colors of #CB7B1E
Black with #CB7B1E
Text Example
Text Example
White with #CB7B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B1E; }
p { color: rgb(203,123,30); }
H1.HeaderClassName
{
color: #CB7B1E;
}
.AnyTagClassName
{
color: #CB7B1E;
}
</style>
background-color css
<style>
a { background-color: #CB7B1E; }
a { background-color: rgb(203,123,30); }
div.DivClassName
{
background-color: #CB7B1E;
}
.BgClassName
{
background-color: #CB7B1E;
}
</style>
border-color css
<style>
span { border-color: #CB7B1E; }
span { border-color: rgb(203,123,30); }
td.TdClassName
{
border-color: #CB7B1E;
}
.TagClassName
{
border-color: #CB7B1E;
}
</style>