Shades of Ochre #CD742C
Tints of Ochre #CD742C
RGB
CMYK
RGB Variations
Color information
#CD742C (or 0xCD742C) is known color: Ochre. HEX triplet: CD, 74 and 2C. RGB value is (205,116,44). Sum of RGB (Red+Green+Blue) = 205+116+44=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD742C is #328BD3. Grayscale: #868686. Windows color (decimal): -3312596 or 2913485. OLE color: 2913485.
HSL color Cylindrical-coordinate representation of color #CD742C: hue angle of 26.83º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD742C is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 44 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.20 |
| HSL | 26.83º | 0.65% | 0.49% | - |
| HSV(B) | 26.83º | 0.79% | 0.8% | - |
| XYZ | 31.88 | 25.65 | 5.65 | - |
| YUV | 134.4 | 76.99 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 44 | 0 | 0.43 | 0.79 | 0.20 | 26.83 | 0.65 | 0.49 |
| Hex | CD | 74 | 2C | 0 | 2B | 4F | 14 | 1B | 41 | 31 |
| Octal | 315 | 164 | 54 | 0 | 53 | 117 | 24 | 33 | 101 | 61 |
| Binary | 11001101 | 1110100 | 101100 | 0 | 101011 | 1001111 | 10100 | 11011 | 1000001 | 110001 |
Color Harmonies of #CD742C
Complementary color
Monochromatic Colors of #CD742C
Black with #CD742C
Text Example
Text Example
White with #CD742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD742C; }
p { color: rgb(205,116,44); }
H1.HeaderClassName
{
color: #CD742C;
}
.AnyTagClassName
{
color: #CD742C;
}
</style>
background-color css
<style>
a { background-color: #CD742C; }
a { background-color: rgb(205,116,44); }
div.DivClassName
{
background-color: #CD742C;
}
.BgClassName
{
background-color: #CD742C;
}
</style>
border-color css
<style>
span { border-color: #CD742C; }
span { border-color: rgb(205,116,44); }
td.TdClassName
{
border-color: #CD742C;
}
.TagClassName
{
border-color: #CD742C;
}
</style>