Shades of Ochre #CB740F
Tints of Ochre #CB740F
RGB
CMYK
RGB Variations
Color information
#CB740F (or 0xCB740F) is known color: Ochre. HEX triplet: CB, 74 and 0F. RGB value is (203,116,15). Sum of RGB (Red+Green+Blue) = 203+116+15=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB740F is #348BF0. Grayscale: #828282. Windows color (decimal): -3443697 or 1012939. OLE color: 1012939.
HSL color Cylindrical-coordinate representation of color #CB740F: hue angle of 32.23º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB740F is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 15 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.20 |
| HSL | 32.23º | 0.86% | 0.43% | - |
| HSV(B) | 32.23º | 0.93% | 0.8% | - |
| XYZ | 30.96 | 25.22 | 3.69 | - |
| YUV | 130.5 | 62.82 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 15 | 0 | 0.43 | 0.93 | 0.20 | 32.23 | 0.86 | 0.43 |
| Hex | CB | 74 | F | 0 | 2B | 5D | 14 | 20 | 56 | 2B |
| Octal | 313 | 164 | 17 | 0 | 53 | 135 | 24 | 40 | 126 | 53 |
| Binary | 11001011 | 1110100 | 1111 | 0 | 101011 | 1011101 | 10100 | 100000 | 1010110 | 101011 |
Color Harmonies of #CB740F
Complementary color
Monochromatic Colors of #CB740F
Black with #CB740F
Text Example
Text Example
White with #CB740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB740F; }
p { color: rgb(203,116,15); }
H1.HeaderClassName
{
color: #CB740F;
}
.AnyTagClassName
{
color: #CB740F;
}
</style>
background-color css
<style>
a { background-color: #CB740F; }
a { background-color: rgb(203,116,15); }
div.DivClassName
{
background-color: #CB740F;
}
.BgClassName
{
background-color: #CB740F;
}
</style>
border-color css
<style>
span { border-color: #CB740F; }
span { border-color: rgb(203,116,15); }
td.TdClassName
{
border-color: #CB740F;
}
.TagClassName
{
border-color: #CB740F;
}
</style>