Shades of Ochre #CB771D
Tints of Ochre #CB771D
RGB
CMYK
RGB Variations
Color information
#CB771D (or 0xCB771D) is known color: Ochre. HEX triplet: CB, 77 and 1D. RGB value is (203,119,29). Sum of RGB (Red+Green+Blue) = 203+119+29=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB771D is #3488E2. Grayscale: #868686. Windows color (decimal): -3442915 or 1931211. OLE color: 1931211.
HSL color Cylindrical-coordinate representation of color #CB771D: hue angle of 31.03º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB771D is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 29 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.20 |
| HSL | 31.03º | 0.75% | 0.45% | - |
| HSV(B) | 31.03º | 0.86% | 0.8% | - |
| XYZ | 31.45 | 25.98 | 4.52 | - |
| YUV | 133.86 | 68.83 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 29 | 0 | 0.41 | 0.86 | 0.20 | 31.03 | 0.75 | 0.45 |
| Hex | CB | 77 | 1D | 0 | 29 | 56 | 14 | 1F | 4B | 2D |
| Octal | 313 | 167 | 35 | 0 | 51 | 126 | 24 | 37 | 113 | 55 |
| Binary | 11001011 | 1110111 | 11101 | 0 | 101001 | 1010110 | 10100 | 11111 | 1001011 | 101101 |
Color Harmonies of #CB771D
Complementary color
Monochromatic Colors of #CB771D
Black with #CB771D
Text Example
Text Example
White with #CB771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB771D; }
p { color: rgb(203,119,29); }
H1.HeaderClassName
{
color: #CB771D;
}
.AnyTagClassName
{
color: #CB771D;
}
</style>
background-color css
<style>
a { background-color: #CB771D; }
a { background-color: rgb(203,119,29); }
div.DivClassName
{
background-color: #CB771D;
}
.BgClassName
{
background-color: #CB771D;
}
</style>
border-color css
<style>
span { border-color: #CB771D; }
span { border-color: rgb(203,119,29); }
td.TdClassName
{
border-color: #CB771D;
}
.TagClassName
{
border-color: #CB771D;
}
</style>