Shades of Ochre #CB731F
Tints of Ochre #CB731F
RGB
CMYK
RGB Variations
Color information
#CB731F (or 0xCB731F) is known color: Ochre. HEX triplet: CB, 73 and 1F. RGB value is (203,115,31). Sum of RGB (Red+Green+Blue) = 203+115+31=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB731F is #348CE0. Grayscale: #848484. Windows color (decimal): -3443937 or 2061259. OLE color: 2061259.
HSL color Cylindrical-coordinate representation of color #CB731F: hue angle of 29.3º 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 #CB731F is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 31 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.20 |
| HSL | 29.3º | 0.74% | 0.46% | - |
| HSV(B) | 29.3º | 0.85% | 0.8% | - |
| XYZ | 31.01 | 25.06 | 4.5 | - |
| YUV | 131.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 31 | 0 | 0.43 | 0.85 | 0.20 | 29.3 | 0.74 | 0.46 |
| Hex | CB | 73 | 1F | 0 | 2B | 55 | 14 | 1D | 4A | 2E |
| Octal | 313 | 163 | 37 | 0 | 53 | 125 | 24 | 35 | 112 | 56 |
| Binary | 11001011 | 1110011 | 11111 | 0 | 101011 | 1010101 | 10100 | 11101 | 1001010 | 101110 |
Color Harmonies of #CB731F
Complementary color
Monochromatic Colors of #CB731F
Black with #CB731F
Text Example
Text Example
White with #CB731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB731F; }
p { color: rgb(203,115,31); }
H1.HeaderClassName
{
color: #CB731F;
}
.AnyTagClassName
{
color: #CB731F;
}
</style>
background-color css
<style>
a { background-color: #CB731F; }
a { background-color: rgb(203,115,31); }
div.DivClassName
{
background-color: #CB731F;
}
.BgClassName
{
background-color: #CB731F;
}
</style>
border-color css
<style>
span { border-color: #CB731F; }
span { border-color: rgb(203,115,31); }
td.TdClassName
{
border-color: #CB731F;
}
.TagClassName
{
border-color: #CB731F;
}
</style>