Shades of Ochre #CB811F
Tints of Ochre #CB811F
RGB
CMYK
RGB Variations
Color information
#CB811F (or 0xCB811F) is known color: Ochre. HEX triplet: CB, 81 and 1F. RGB value is (203,129,31). Sum of RGB (Red+Green+Blue) = 203+129+31=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB811F is #347EE0. Grayscale: #8C8C8C. Windows color (decimal): -3440353 or 2064843. OLE color: 2064843.
HSL color Cylindrical-coordinate representation of color #CB811F: hue angle of 34.19º 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 #CB811F is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 31 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.20 |
| HSL | 34.19º | 0.74% | 0.46% | - |
| HSV(B) | 34.19º | 0.85% | 0.8% | - |
| XYZ | 32.73 | 28.5 | 5.07 | - |
| YUV | 139.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 31 | 0 | 0.36 | 0.85 | 0.20 | 34.19 | 0.74 | 0.46 |
| Hex | CB | 81 | 1F | 0 | 24 | 55 | 14 | 22 | 4A | 2E |
| Octal | 313 | 201 | 37 | 0 | 44 | 125 | 24 | 42 | 112 | 56 |
| Binary | 11001011 | 10000001 | 11111 | 0 | 100100 | 1010101 | 10100 | 100010 | 1001010 | 101110 |
Color Harmonies of #CB811F
Complementary color
Monochromatic Colors of #CB811F
Black with #CB811F
Text Example
Text Example
White with #CB811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB811F; }
p { color: rgb(203,129,31); }
H1.HeaderClassName
{
color: #CB811F;
}
.AnyTagClassName
{
color: #CB811F;
}
</style>
background-color css
<style>
a { background-color: #CB811F; }
a { background-color: rgb(203,129,31); }
div.DivClassName
{
background-color: #CB811F;
}
.BgClassName
{
background-color: #CB811F;
}
</style>
border-color css
<style>
span { border-color: #CB811F; }
span { border-color: rgb(203,129,31); }
td.TdClassName
{
border-color: #CB811F;
}
.TagClassName
{
border-color: #CB811F;
}
</style>