Shades of Ochre #CD7A1F
Tints of Ochre #CD7A1F
RGB
CMYK
RGB Variations
Color information
#CD7A1F (or 0xCD7A1F) is known color: Ochre. HEX triplet: CD, 7A and 1F. RGB value is (205,122,31). Sum of RGB (Red+Green+Blue) = 205+122+31=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7A1F is #3285E0. Grayscale: #888888. Windows color (decimal): -3311073 or 2063053. OLE color: 2063053.
HSL color Cylindrical-coordinate representation of color #CD7A1F: hue angle of 31.38º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD7A1F is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 31 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.20 |
| HSL | 31.38º | 0.74% | 0.46% | - |
| HSV(B) | 31.38º | 0.85% | 0.8% | - |
| XYZ | 32.38 | 27 | 4.8 | - |
| YUV | 136.44 | 68.5 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 31 | 0 | 0.40 | 0.85 | 0.20 | 31.38 | 0.74 | 0.46 |
| Hex | CD | 7A | 1F | 0 | 28 | 55 | 14 | 1F | 4A | 2E |
| Octal | 315 | 172 | 37 | 0 | 50 | 125 | 24 | 37 | 112 | 56 |
| Binary | 11001101 | 1111010 | 11111 | 0 | 101000 | 1010101 | 10100 | 11111 | 1001010 | 101110 |
Color Harmonies of #CD7A1F
Complementary color
Monochromatic Colors of #CD7A1F
Black with #CD7A1F
Text Example
Text Example
White with #CD7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A1F; }
p { color: rgb(205,122,31); }
H1.HeaderClassName
{
color: #CD7A1F;
}
.AnyTagClassName
{
color: #CD7A1F;
}
</style>
background-color css
<style>
a { background-color: #CD7A1F; }
a { background-color: rgb(205,122,31); }
div.DivClassName
{
background-color: #CD7A1F;
}
.BgClassName
{
background-color: #CD7A1F;
}
</style>
border-color css
<style>
span { border-color: #CD7A1F; }
span { border-color: rgb(205,122,31); }
td.TdClassName
{
border-color: #CD7A1F;
}
.TagClassName
{
border-color: #CD7A1F;
}
</style>