Shades of Ochre #CA831D
Tints of Ochre #CA831D
RGB
CMYK
RGB Variations
Color information
#CA831D (or 0xCA831D) is known color: Ochre. HEX triplet: CA, 83 and 1D. RGB value is (202,131,29). Sum of RGB (Red+Green+Blue) = 202+131+29=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA831D is #357CE2. Grayscale: #8D8D8D. Windows color (decimal): -3505379 or 1934282. OLE color: 1934282.
HSL color Cylindrical-coordinate representation of color #CA831D: hue angle of 35.38º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA831D is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 29 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.21 |
| HSL | 35.38º | 0.75% | 0.45% | - |
| HSV(B) | 35.38º | 0.86% | 0.79% | - |
| XYZ | 32.7 | 28.88 | 5.01 | - |
| YUV | 140.6 | 65.02 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 29 | 0 | 0.35 | 0.86 | 0.21 | 35.38 | 0.75 | 0.45 |
| Hex | CA | 83 | 1D | 0 | 23 | 56 | 15 | 23 | 4B | 2D |
| Octal | 312 | 203 | 35 | 0 | 43 | 126 | 25 | 43 | 113 | 55 |
| Binary | 11001010 | 10000011 | 11101 | 0 | 100011 | 1010110 | 10101 | 100011 | 1001011 | 101101 |
Color Harmonies of #CA831D
Complementary color
Monochromatic Colors of #CA831D
Black with #CA831D
Text Example
Text Example
White with #CA831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA831D; }
p { color: rgb(202,131,29); }
H1.HeaderClassName
{
color: #CA831D;
}
.AnyTagClassName
{
color: #CA831D;
}
</style>
background-color css
<style>
a { background-color: #CA831D; }
a { background-color: rgb(202,131,29); }
div.DivClassName
{
background-color: #CA831D;
}
.BgClassName
{
background-color: #CA831D;
}
</style>
border-color css
<style>
span { border-color: #CA831D; }
span { border-color: rgb(202,131,29); }
td.TdClassName
{
border-color: #CA831D;
}
.TagClassName
{
border-color: #CA831D;
}
</style>