Shades of Ochre #CB831D
Tints of Ochre #CB831D
RGB
CMYK
RGB Variations
Color information
#CB831D (or 0xCB831D) is known color: Ochre. HEX triplet: CB, 83 and 1D. RGB value is (203,131,29). Sum of RGB (Red+Green+Blue) = 203+131+29=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB831D is #347CE2. Grayscale: #8D8D8D. Windows color (decimal): -3439843 or 1934283. OLE color: 1934283.
HSL color Cylindrical-coordinate representation of color #CB831D: hue angle of 35.17º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB831D is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 29 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.20 |
| HSL | 35.17º | 0.75% | 0.45% | - |
| HSV(B) | 35.17º | 0.86% | 0.8% | - |
| XYZ | 32.97 | 29.02 | 5.03 | - |
| YUV | 140.9 | 64.85 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 29 | 0 | 0.35 | 0.86 | 0.20 | 35.17 | 0.75 | 0.45 |
| Hex | CB | 83 | 1D | 0 | 23 | 56 | 14 | 23 | 4B | 2D |
| Octal | 313 | 203 | 35 | 0 | 43 | 126 | 24 | 43 | 113 | 55 |
| Binary | 11001011 | 10000011 | 11101 | 0 | 100011 | 1010110 | 10100 | 100011 | 1001011 | 101101 |
Color Harmonies of #CB831D
Complementary color
Monochromatic Colors of #CB831D
Black with #CB831D
Text Example
Text Example
White with #CB831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB831D; }
p { color: rgb(203,131,29); }
H1.HeaderClassName
{
color: #CB831D;
}
.AnyTagClassName
{
color: #CB831D;
}
</style>
background-color css
<style>
a { background-color: #CB831D; }
a { background-color: rgb(203,131,29); }
div.DivClassName
{
background-color: #CB831D;
}
.BgClassName
{
background-color: #CB831D;
}
</style>
border-color css
<style>
span { border-color: #CB831D; }
span { border-color: rgb(203,131,29); }
td.TdClassName
{
border-color: #CB831D;
}
.TagClassName
{
border-color: #CB831D;
}
</style>