Shades of Ochre #CB761F
Tints of Ochre #CB761F
RGB
CMYK
RGB Variations
Color information
#CB761F (or 0xCB761F) is known color: Ochre. HEX triplet: CB, 76 and 1F. RGB value is (203,118,31). Sum of RGB (Red+Green+Blue) = 203+118+31=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB761F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB761F is #3489E0. Grayscale: #858585. Windows color (decimal): -3443169 or 2062027. OLE color: 2062027.
HSL color Cylindrical-coordinate representation of color #CB761F: hue angle of 30.35º 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 #CB761F is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 31 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.20 |
| HSL | 30.35º | 0.74% | 0.46% | - |
| HSV(B) | 30.35º | 0.85% | 0.8% | - |
| XYZ | 31.35 | 25.75 | 4.61 | - |
| YUV | 133.5 | 70.16 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 31 | 0 | 0.42 | 0.85 | 0.20 | 30.35 | 0.74 | 0.46 |
| Hex | CB | 76 | 1F | 0 | 2A | 55 | 14 | 1E | 4A | 2E |
| Octal | 313 | 166 | 37 | 0 | 52 | 125 | 24 | 36 | 112 | 56 |
| Binary | 11001011 | 1110110 | 11111 | 0 | 101010 | 1010101 | 10100 | 11110 | 1001010 | 101110 |
Color Harmonies of #CB761F
Complementary color
Monochromatic Colors of #CB761F
Black with #CB761F
Text Example
Text Example
White with #CB761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB761F; }
p { color: rgb(203,118,31); }
H1.HeaderClassName
{
color: #CB761F;
}
.AnyTagClassName
{
color: #CB761F;
}
</style>
background-color css
<style>
a { background-color: #CB761F; }
a { background-color: rgb(203,118,31); }
div.DivClassName
{
background-color: #CB761F;
}
.BgClassName
{
background-color: #CB761F;
}
</style>
border-color css
<style>
span { border-color: #CB761F; }
span { border-color: rgb(203,118,31); }
td.TdClassName
{
border-color: #CB761F;
}
.TagClassName
{
border-color: #CB761F;
}
</style>