Shades of Ochre #CB750F
Tints of Ochre #CB750F
RGB
CMYK
RGB Variations
Color information
#CB750F (or 0xCB750F) is known color: Ochre. HEX triplet: CB, 75 and 0F. RGB value is (203,117,15). Sum of RGB (Red+Green+Blue) = 203+117+15=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB750F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB750F is #348AF0. Grayscale: #838383. Windows color (decimal): -3443441 or 1013195. OLE color: 1013195.
HSL color Cylindrical-coordinate representation of color #CB750F: hue angle of 32.55º 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 #CB750F is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 15 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.20 |
| HSL | 32.55º | 0.86% | 0.43% | - |
| HSV(B) | 32.55º | 0.93% | 0.8% | - |
| XYZ | 31.08 | 25.45 | 3.73 | - |
| YUV | 131.09 | 62.49 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 15 | 0 | 0.42 | 0.93 | 0.20 | 32.55 | 0.86 | 0.43 |
| Hex | CB | 75 | F | 0 | 2A | 5D | 14 | 21 | 56 | 2B |
| Octal | 313 | 165 | 17 | 0 | 52 | 135 | 24 | 41 | 126 | 53 |
| Binary | 11001011 | 1110101 | 1111 | 0 | 101010 | 1011101 | 10100 | 100001 | 1010110 | 101011 |
Color Harmonies of #CB750F
Complementary color
Monochromatic Colors of #CB750F
Black with #CB750F
Text Example
Text Example
White with #CB750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB750F; }
p { color: rgb(203,117,15); }
H1.HeaderClassName
{
color: #CB750F;
}
.AnyTagClassName
{
color: #CB750F;
}
</style>
background-color css
<style>
a { background-color: #CB750F; }
a { background-color: rgb(203,117,15); }
div.DivClassName
{
background-color: #CB750F;
}
.BgClassName
{
background-color: #CB750F;
}
</style>
border-color css
<style>
span { border-color: #CB750F; }
span { border-color: rgb(203,117,15); }
td.TdClassName
{
border-color: #CB750F;
}
.TagClassName
{
border-color: #CB750F;
}
</style>