Shades of Ochre #CB751F
Tints of Ochre #CB751F
RGB
CMYK
RGB Variations
Color information
#CB751F (or 0xCB751F) is known color: Ochre. HEX triplet: CB, 75 and 1F. RGB value is (203,117,31). Sum of RGB (Red+Green+Blue) = 203+117+31=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB751F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB751F is #348AE0. Grayscale: #858585. Windows color (decimal): -3443425 or 2061771. OLE color: 2061771.
HSL color Cylindrical-coordinate representation of color #CB751F: hue angle of 30º 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 #CB751F is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 31 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.20 |
| HSL | 30º | 0.74% | 0.46% | - |
| HSV(B) | 30º | 0.85% | 0.8% | - |
| XYZ | 31.24 | 25.52 | 4.58 | - |
| YUV | 132.91 | 70.49 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 31 | 0 | 0.42 | 0.85 | 0.20 | 30 | 0.74 | 0.46 |
| Hex | CB | 75 | 1F | 0 | 2A | 55 | 14 | 1E | 4A | 2E |
| Octal | 313 | 165 | 37 | 0 | 52 | 125 | 24 | 36 | 112 | 56 |
| Binary | 11001011 | 1110101 | 11111 | 0 | 101010 | 1010101 | 10100 | 11110 | 1001010 | 101110 |
Color Harmonies of #CB751F
Complementary color
Monochromatic Colors of #CB751F
Black with #CB751F
Text Example
Text Example
White with #CB751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB751F; }
p { color: rgb(203,117,31); }
H1.HeaderClassName
{
color: #CB751F;
}
.AnyTagClassName
{
color: #CB751F;
}
</style>
background-color css
<style>
a { background-color: #CB751F; }
a { background-color: rgb(203,117,31); }
div.DivClassName
{
background-color: #CB751F;
}
.BgClassName
{
background-color: #CB751F;
}
</style>
border-color css
<style>
span { border-color: #CB751F; }
span { border-color: rgb(203,117,31); }
td.TdClassName
{
border-color: #CB751F;
}
.TagClassName
{
border-color: #CB751F;
}
</style>