Shades of Ochre #CD7521
Tints of Ochre #CD7521
RGB
CMYK
RGB Variations
Color information
#CD7521 (or 0xCD7521) is known color: Ochre. HEX triplet: CD, 75 and 21. RGB value is (205,117,33). Sum of RGB (Red+Green+Blue) = 205+117+33=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7521 is #328ADE. Grayscale: #868686. Windows color (decimal): -3312351 or 2192845. OLE color: 2192845.
HSL color Cylindrical-coordinate representation of color #CD7521: hue angle of 29.3º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD7521 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 117 | 33 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.20 |
| HSL | 29.3º | 0.72% | 0.47% | - |
| HSV(B) | 29.3º | 0.84% | 0.8% | - |
| XYZ | 31.81 | 25.81 | 4.74 | - |
| YUV | 133.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 117 | 33 | 0 | 0.43 | 0.84 | 0.20 | 29.3 | 0.72 | 0.47 |
| Hex | CD | 75 | 21 | 0 | 2B | 54 | 14 | 1D | 48 | 2F |
| Octal | 315 | 165 | 41 | 0 | 53 | 124 | 24 | 35 | 110 | 57 |
| Binary | 11001101 | 1110101 | 100001 | 0 | 101011 | 1010100 | 10100 | 11101 | 1001000 | 101111 |
Color Harmonies of #CD7521
Complementary color
Monochromatic Colors of #CD7521
Black with #CD7521
Text Example
Text Example
White with #CD7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7521; }
p { color: rgb(205,117,33); }
H1.HeaderClassName
{
color: #CD7521;
}
.AnyTagClassName
{
color: #CD7521;
}
</style>
background-color css
<style>
a { background-color: #CD7521; }
a { background-color: rgb(205,117,33); }
div.DivClassName
{
background-color: #CD7521;
}
.BgClassName
{
background-color: #CD7521;
}
</style>
border-color css
<style>
span { border-color: #CD7521; }
span { border-color: rgb(205,117,33); }
td.TdClassName
{
border-color: #CD7521;
}
.TagClassName
{
border-color: #CD7521;
}
</style>