Shades of Ochre #CB741F
Tints of Ochre #CB741F
RGB
CMYK
RGB Variations
Color information
#CB741F (or 0xCB741F) is known color: Ochre. HEX triplet: CB, 74 and 1F. RGB value is (203,116,31). Sum of RGB (Red+Green+Blue) = 203+116+31=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB741F is #348BE0. Grayscale: #848484. Windows color (decimal): -3443681 or 2061515. OLE color: 2061515.
HSL color Cylindrical-coordinate representation of color #CB741F: hue angle of 29.65º 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 #CB741F is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 31 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.20 |
| HSL | 29.65º | 0.74% | 0.46% | - |
| HSV(B) | 29.65º | 0.85% | 0.8% | - |
| XYZ | 31.12 | 25.29 | 4.54 | - |
| YUV | 132.32 | 70.82 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 31 | 0 | 0.43 | 0.85 | 0.20 | 29.65 | 0.74 | 0.46 |
| Hex | CB | 74 | 1F | 0 | 2B | 55 | 14 | 1E | 4A | 2E |
| Octal | 313 | 164 | 37 | 0 | 53 | 125 | 24 | 36 | 112 | 56 |
| Binary | 11001011 | 1110100 | 11111 | 0 | 101011 | 1010101 | 10100 | 11110 | 1001010 | 101110 |
Color Harmonies of #CB741F
Complementary color
Monochromatic Colors of #CB741F
Black with #CB741F
Text Example
Text Example
White with #CB741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB741F; }
p { color: rgb(203,116,31); }
H1.HeaderClassName
{
color: #CB741F;
}
.AnyTagClassName
{
color: #CB741F;
}
</style>
background-color css
<style>
a { background-color: #CB741F; }
a { background-color: rgb(203,116,31); }
div.DivClassName
{
background-color: #CB741F;
}
.BgClassName
{
background-color: #CB741F;
}
</style>
border-color css
<style>
span { border-color: #CB741F; }
span { border-color: rgb(203,116,31); }
td.TdClassName
{
border-color: #CB741F;
}
.TagClassName
{
border-color: #CB741F;
}
</style>