Shades of Ochre #CB731B
Tints of Ochre #CB731B
RGB
CMYK
RGB Variations
Color information
#CB731B (or 0xCB731B) is known color: Ochre. HEX triplet: CB, 73 and 1B. RGB value is (203,115,27). Sum of RGB (Red+Green+Blue) = 203+115+27=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB731B is #348CE4. Grayscale: #838383. Windows color (decimal): -3443941 or 1799115. OLE color: 1799115.
HSL color Cylindrical-coordinate representation of color #CB731B: hue angle of 30º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB731B is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 27 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.20 |
| HSL | 30º | 0.77% | 0.45% | - |
| HSV(B) | 30º | 0.87% | 0.8% | - |
| XYZ | 30.96 | 25.04 | 4.24 | - |
| YUV | 131.28 | 69.15 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 27 | 0 | 0.43 | 0.87 | 0.20 | 30 | 0.77 | 0.45 |
| Hex | CB | 73 | 1B | 0 | 2B | 57 | 14 | 1E | 4D | 2D |
| Octal | 313 | 163 | 33 | 0 | 53 | 127 | 24 | 36 | 115 | 55 |
| Binary | 11001011 | 1110011 | 11011 | 0 | 101011 | 1010111 | 10100 | 11110 | 1001101 | 101101 |
Color Harmonies of #CB731B
Complementary color
Monochromatic Colors of #CB731B
Black with #CB731B
Text Example
Text Example
White with #CB731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB731B; }
p { color: rgb(203,115,27); }
H1.HeaderClassName
{
color: #CB731B;
}
.AnyTagClassName
{
color: #CB731B;
}
</style>
background-color css
<style>
a { background-color: #CB731B; }
a { background-color: rgb(203,115,27); }
div.DivClassName
{
background-color: #CB731B;
}
.BgClassName
{
background-color: #CB731B;
}
</style>
border-color css
<style>
span { border-color: #CB731B; }
span { border-color: rgb(203,115,27); }
td.TdClassName
{
border-color: #CB731B;
}
.TagClassName
{
border-color: #CB731B;
}
</style>