Shades of Ochre #CB771E
Tints of Ochre #CB771E
RGB
CMYK
RGB Variations
Color information
#CB771E (or 0xCB771E) is known color: Ochre. HEX triplet: CB, 77 and 1E. RGB value is (203,119,30). Sum of RGB (Red+Green+Blue) = 203+119+30=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB771E is #3488E1. Grayscale: #868686. Windows color (decimal): -3442914 or 1996747. OLE color: 1996747.
HSL color Cylindrical-coordinate representation of color #CB771E: hue angle of 30.87º 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 #CB771E is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 30 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.20 |
| HSL | 30.87º | 0.74% | 0.46% | - |
| HSV(B) | 30.87º | 0.85% | 0.8% | - |
| XYZ | 31.46 | 25.98 | 4.59 | - |
| YUV | 133.97 | 69.33 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 30 | 0 | 0.41 | 0.85 | 0.20 | 30.87 | 0.74 | 0.46 |
| Hex | CB | 77 | 1E | 0 | 29 | 55 | 14 | 1F | 4A | 2E |
| Octal | 313 | 167 | 36 | 0 | 51 | 125 | 24 | 37 | 112 | 56 |
| Binary | 11001011 | 1110111 | 11110 | 0 | 101001 | 1010101 | 10100 | 11111 | 1001010 | 101110 |
Color Harmonies of #CB771E
Complementary color
Monochromatic Colors of #CB771E
Black with #CB771E
Text Example
Text Example
White with #CB771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB771E; }
p { color: rgb(203,119,30); }
H1.HeaderClassName
{
color: #CB771E;
}
.AnyTagClassName
{
color: #CB771E;
}
</style>
background-color css
<style>
a { background-color: #CB771E; }
a { background-color: rgb(203,119,30); }
div.DivClassName
{
background-color: #CB771E;
}
.BgClassName
{
background-color: #CB771E;
}
</style>
border-color css
<style>
span { border-color: #CB771E; }
span { border-color: rgb(203,119,30); }
td.TdClassName
{
border-color: #CB771E;
}
.TagClassName
{
border-color: #CB771E;
}
</style>