Shades of Ochre #CB771B
Tints of Ochre #CB771B
RGB
CMYK
RGB Variations
Color information
#CB771B (or 0xCB771B) is known color: Ochre. HEX triplet: CB, 77 and 1B. RGB value is (203,119,27). Sum of RGB (Red+Green+Blue) = 203+119+27=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB771B is #3488E4. Grayscale: #868686. Windows color (decimal): -3442917 or 1800139. OLE color: 1800139.
HSL color Cylindrical-coordinate representation of color #CB771B: hue angle of 31.36º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB771B is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 27 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.20 |
| HSL | 31.36º | 0.77% | 0.45% | - |
| HSV(B) | 31.36º | 0.87% | 0.8% | - |
| XYZ | 31.42 | 25.97 | 4.39 | - |
| YUV | 133.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 27 | 0 | 0.41 | 0.87 | 0.20 | 31.36 | 0.77 | 0.45 |
| Hex | CB | 77 | 1B | 0 | 29 | 57 | 14 | 1F | 4D | 2D |
| Octal | 313 | 167 | 33 | 0 | 51 | 127 | 24 | 37 | 115 | 55 |
| Binary | 11001011 | 1110111 | 11011 | 0 | 101001 | 1010111 | 10100 | 11111 | 1001101 | 101101 |
Color Harmonies of #CB771B
Complementary color
Monochromatic Colors of #CB771B
Black with #CB771B
Text Example
Text Example
White with #CB771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB771B; }
p { color: rgb(203,119,27); }
H1.HeaderClassName
{
color: #CB771B;
}
.AnyTagClassName
{
color: #CB771B;
}
</style>
background-color css
<style>
a { background-color: #CB771B; }
a { background-color: rgb(203,119,27); }
div.DivClassName
{
background-color: #CB771B;
}
.BgClassName
{
background-color: #CB771B;
}
</style>
border-color css
<style>
span { border-color: #CB771B; }
span { border-color: rgb(203,119,27); }
td.TdClassName
{
border-color: #CB771B;
}
.TagClassName
{
border-color: #CB771B;
}
</style>