Shades of Ochre #CA7527
Tints of Ochre #CA7527
RGB
CMYK
RGB Variations
Color information
#CA7527 (or 0xCA7527) is known color: Ochre. HEX triplet: CA, 75 and 27. RGB value is (202,117,39). Sum of RGB (Red+Green+Blue) = 202+117+39=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7527 is #358AD8. Grayscale: #858585. Windows color (decimal): -3508953 or 2586058. OLE color: 2586058.
HSL color Cylindrical-coordinate representation of color #CA7527: hue angle of 28.71º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA7527 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 39 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.21 |
| HSL | 28.71º | 0.68% | 0.47% | - |
| HSV(B) | 28.71º | 0.81% | 0.79% | - |
| XYZ | 31.08 | 25.43 | 5.19 | - |
| YUV | 133.52 | 74.66 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 39 | 0 | 0.42 | 0.81 | 0.21 | 28.71 | 0.68 | 0.47 |
| Hex | CA | 75 | 27 | 0 | 2A | 51 | 15 | 1D | 44 | 2F |
| Octal | 312 | 165 | 47 | 0 | 52 | 121 | 25 | 35 | 104 | 57 |
| Binary | 11001010 | 1110101 | 100111 | 0 | 101010 | 1010001 | 10101 | 11101 | 1000100 | 101111 |
Color Harmonies of #CA7527
Complementary color
Monochromatic Colors of #CA7527
Black with #CA7527
Text Example
Text Example
White with #CA7527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7527; }
p { color: rgb(202,117,39); }
H1.HeaderClassName
{
color: #CA7527;
}
.AnyTagClassName
{
color: #CA7527;
}
</style>
background-color css
<style>
a { background-color: #CA7527; }
a { background-color: rgb(202,117,39); }
div.DivClassName
{
background-color: #CA7527;
}
.BgClassName
{
background-color: #CA7527;
}
</style>
border-color css
<style>
span { border-color: #CA7527; }
span { border-color: rgb(202,117,39); }
td.TdClassName
{
border-color: #CA7527;
}
.TagClassName
{
border-color: #CA7527;
}
</style>