Shades of Ochre #CD7122
Tints of Ochre #CD7122
RGB
CMYK
RGB Variations
Color information
#CD7122 (or 0xCD7122) is known color: Ochre. HEX triplet: CD, 71 and 22. RGB value is (205,113,34). Sum of RGB (Red+Green+Blue) = 205+113+34=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7122 is #328EDD. Grayscale: #838383. Windows color (decimal): -3313374 or 2257357. OLE color: 2257357.
HSL color Cylindrical-coordinate representation of color #CD7122: hue angle of 27.72º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD7122 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 34 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.20 |
| HSL | 27.72º | 0.72% | 0.47% | - |
| HSV(B) | 27.72º | 0.83% | 0.8% | - |
| XYZ | 31.37 | 24.9 | 4.67 | - |
| YUV | 131.5 | 72.98 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 34 | 0 | 0.45 | 0.83 | 0.20 | 27.72 | 0.72 | 0.47 |
| Hex | CD | 71 | 22 | 0 | 2D | 53 | 14 | 1C | 48 | 2F |
| Octal | 315 | 161 | 42 | 0 | 55 | 123 | 24 | 34 | 110 | 57 |
| Binary | 11001101 | 1110001 | 100010 | 0 | 101101 | 1010011 | 10100 | 11100 | 1001000 | 101111 |
Color Harmonies of #CD7122
Complementary color
Monochromatic Colors of #CD7122
Black with #CD7122
Text Example
Text Example
White with #CD7122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7122; }
p { color: rgb(205,113,34); }
H1.HeaderClassName
{
color: #CD7122;
}
.AnyTagClassName
{
color: #CD7122;
}
</style>
background-color css
<style>
a { background-color: #CD7122; }
a { background-color: rgb(205,113,34); }
div.DivClassName
{
background-color: #CD7122;
}
.BgClassName
{
background-color: #CD7122;
}
</style>
border-color css
<style>
span { border-color: #CD7122; }
span { border-color: rgb(205,113,34); }
td.TdClassName
{
border-color: #CD7122;
}
.TagClassName
{
border-color: #CD7122;
}
</style>