Shades of Ochre #CB841F
Tints of Ochre #CB841F
RGB
CMYK
RGB Variations
Color information
#CB841F (or 0xCB841F) is known color: Ochre. HEX triplet: CB, 84 and 1F. RGB value is (203,132,31). Sum of RGB (Red+Green+Blue) = 203+132+31=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB841F is #347BE0. Grayscale: #8E8E8E. Windows color (decimal): -3439585 or 2065611. OLE color: 2065611.
HSL color Cylindrical-coordinate representation of color #CB841F: hue angle of 35.23º 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 #CB841F is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 31 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.20 |
| HSL | 35.23º | 0.74% | 0.46% | - |
| HSV(B) | 35.23º | 0.85% | 0.8% | - |
| XYZ | 33.13 | 29.3 | 5.21 | - |
| YUV | 141.72 | 65.52 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 31 | 0 | 0.35 | 0.85 | 0.20 | 35.23 | 0.74 | 0.46 |
| Hex | CB | 84 | 1F | 0 | 23 | 55 | 14 | 23 | 4A | 2E |
| Octal | 313 | 204 | 37 | 0 | 43 | 125 | 24 | 43 | 112 | 56 |
| Binary | 11001011 | 10000100 | 11111 | 0 | 100011 | 1010101 | 10100 | 100011 | 1001010 | 101110 |
Color Harmonies of #CB841F
Complementary color
Monochromatic Colors of #CB841F
Black with #CB841F
Text Example
Text Example
White with #CB841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB841F; }
p { color: rgb(203,132,31); }
H1.HeaderClassName
{
color: #CB841F;
}
.AnyTagClassName
{
color: #CB841F;
}
</style>
background-color css
<style>
a { background-color: #CB841F; }
a { background-color: rgb(203,132,31); }
div.DivClassName
{
background-color: #CB841F;
}
.BgClassName
{
background-color: #CB841F;
}
</style>
border-color css
<style>
span { border-color: #CB841F; }
span { border-color: rgb(203,132,31); }
td.TdClassName
{
border-color: #CB841F;
}
.TagClassName
{
border-color: #CB841F;
}
</style>