Shades of Ochre #CB811A
Tints of Ochre #CB811A
RGB
CMYK
RGB Variations
Color information
#CB811A (or 0xCB811A) is known color: Ochre. HEX triplet: CB, 81 and 1A. RGB value is (203,129,26). Sum of RGB (Red+Green+Blue) = 203+129+26=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB811A is #347EE5. Grayscale: #8B8B8B. Windows color (decimal): -3440358 or 1737163. OLE color: 1737163.
HSL color Cylindrical-coordinate representation of color #CB811A: hue angle of 34.92º 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 #CB811A is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 26 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.20 |
| HSL | 34.92º | 0.77% | 0.45% | - |
| HSV(B) | 34.92º | 0.87% | 0.8% | - |
| XYZ | 32.67 | 28.47 | 4.75 | - |
| YUV | 139.38 | 64.02 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 26 | 0 | 0.36 | 0.87 | 0.20 | 34.92 | 0.77 | 0.45 |
| Hex | CB | 81 | 1A | 0 | 24 | 57 | 14 | 23 | 4D | 2D |
| Octal | 313 | 201 | 32 | 0 | 44 | 127 | 24 | 43 | 115 | 55 |
| Binary | 11001011 | 10000001 | 11010 | 0 | 100100 | 1010111 | 10100 | 100011 | 1001101 | 101101 |
Color Harmonies of #CB811A
Complementary color
Monochromatic Colors of #CB811A
Black with #CB811A
Text Example
Text Example
White with #CB811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB811A; }
p { color: rgb(203,129,26); }
H1.HeaderClassName
{
color: #CB811A;
}
.AnyTagClassName
{
color: #CB811A;
}
</style>
background-color css
<style>
a { background-color: #CB811A; }
a { background-color: rgb(203,129,26); }
div.DivClassName
{
background-color: #CB811A;
}
.BgClassName
{
background-color: #CB811A;
}
</style>
border-color css
<style>
span { border-color: #CB811A; }
span { border-color: rgb(203,129,26); }
td.TdClassName
{
border-color: #CB811A;
}
.TagClassName
{
border-color: #CB811A;
}
</style>