Shades of Ochre #CF730B
Tints of Ochre #CF730B
RGB
CMYK
RGB Variations
Color information
#CF730B (or 0xCF730B) is known color: Ochre. HEX triplet: CF, 73 and 0B. RGB value is (207,115,11). Sum of RGB (Red+Green+Blue) = 207+115+11=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF730B is #308CF4. Grayscale: #838383. Windows color (decimal): -3181813 or 750543. OLE color: 750543.
HSL color Cylindrical-coordinate representation of color #CF730B: hue angle of 31.84º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF730B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.19 |
| HSL | 31.84º | 0.9% | 0.43% | - |
| HSV(B) | 31.84º | 0.95% | 0.81% | - |
| XYZ | 31.92 | 25.55 | 3.57 | - |
| YUV | 130.65 | 60.48 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 11 | 0 | 0.44 | 0.95 | 0.19 | 31.84 | 0.9 | 0.43 |
| Hex | CF | 73 | B | 0 | 2C | 5F | 13 | 20 | 5A | 2B |
| Octal | 317 | 163 | 13 | 0 | 54 | 137 | 23 | 40 | 132 | 53 |
| Binary | 11001111 | 1110011 | 1011 | 0 | 101100 | 1011111 | 10011 | 100000 | 1011010 | 101011 |
Color Harmonies of #CF730B
Complementary color
Monochromatic Colors of #CF730B
Black with #CF730B
Text Example
Text Example
White with #CF730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF730B; }
p { color: rgb(207,115,11); }
H1.HeaderClassName
{
color: #CF730B;
}
.AnyTagClassName
{
color: #CF730B;
}
</style>
background-color css
<style>
a { background-color: #CF730B; }
a { background-color: rgb(207,115,11); }
div.DivClassName
{
background-color: #CF730B;
}
.BgClassName
{
background-color: #CF730B;
}
</style>
border-color css
<style>
span { border-color: #CF730B; }
span { border-color: rgb(207,115,11); }
td.TdClassName
{
border-color: #CF730B;
}
.TagClassName
{
border-color: #CF730B;
}
</style>