Shades of Ochre #CA851D
Tints of Ochre #CA851D
RGB
CMYK
RGB Variations
Color information
#CA851D (or 0xCA851D) is known color: Ochre. HEX triplet: CA, 85 and 1D. RGB value is (202,133,29). Sum of RGB (Red+Green+Blue) = 202+133+29=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA851D is #357AE2. Grayscale: #8E8E8E. Windows color (decimal): -3504867 or 1934794. OLE color: 1934794.
HSL color Cylindrical-coordinate representation of color #CA851D: hue angle of 36.07º 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 #CA851D is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 29 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.21 |
| HSL | 36.07º | 0.75% | 0.45% | - |
| HSV(B) | 36.07º | 0.86% | 0.79% | - |
| XYZ | 32.97 | 29.42 | 5.1 | - |
| YUV | 141.78 | 64.36 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 29 | 0 | 0.34 | 0.86 | 0.21 | 36.07 | 0.75 | 0.45 |
| Hex | CA | 85 | 1D | 0 | 22 | 56 | 15 | 24 | 4B | 2D |
| Octal | 312 | 205 | 35 | 0 | 42 | 126 | 25 | 44 | 113 | 55 |
| Binary | 11001010 | 10000101 | 11101 | 0 | 100010 | 1010110 | 10101 | 100100 | 1001011 | 101101 |
Color Harmonies of #CA851D
Complementary color
Monochromatic Colors of #CA851D
Black with #CA851D
Text Example
Text Example
White with #CA851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA851D; }
p { color: rgb(202,133,29); }
H1.HeaderClassName
{
color: #CA851D;
}
.AnyTagClassName
{
color: #CA851D;
}
</style>
background-color css
<style>
a { background-color: #CA851D; }
a { background-color: rgb(202,133,29); }
div.DivClassName
{
background-color: #CA851D;
}
.BgClassName
{
background-color: #CA851D;
}
</style>
border-color css
<style>
span { border-color: #CA851D; }
span { border-color: rgb(202,133,29); }
td.TdClassName
{
border-color: #CA851D;
}
.TagClassName
{
border-color: #CA851D;
}
</style>