Shades of Ochre #C87A28
Tints of Ochre #C87A28
RGB
CMYK
RGB Variations
Color information
#C87A28 (or 0xC87A28) is known color: Ochre. HEX triplet: C8, 7A and 28. RGB value is (200,122,40). Sum of RGB (Red+Green+Blue) = 200+122+40=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A28 is #3785D7. Grayscale: #888888. Windows color (decimal): -3638744 or 2652872. OLE color: 2652872.
HSL color Cylindrical-coordinate representation of color #C87A28: hue angle of 30.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C87A28 is Cyan = 0, Magento = 0.39, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 40 | - |
| CMYK | 0 | 0.39 | 0.8 | 0.22 |
| HSL | 30.75º | 0.67% | 0.47% | - |
| HSV(B) | 30.75º | 0.8% | 0.78% | - |
| XYZ | 31.16 | 26.35 | 5.45 | - |
| YUV | 135.97 | 73.84 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 40 | 0 | 0.39 | 0.8 | 0.22 | 30.75 | 0.67 | 0.47 |
| Hex | C8 | 7A | 28 | 0 | 27 | 50 | 16 | 1F | 43 | 2F |
| Octal | 310 | 172 | 50 | 0 | 47 | 120 | 26 | 37 | 103 | 57 |
| Binary | 11001000 | 1111010 | 101000 | 0 | 100111 | 1010000 | 10110 | 11111 | 1000011 | 101111 |
Color Harmonies of #C87A28
Complementary color
Monochromatic Colors of #C87A28
Black with #C87A28
Text Example
Text Example
White with #C87A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A28; }
p { color: rgb(200,122,40); }
H1.HeaderClassName
{
color: #C87A28;
}
.AnyTagClassName
{
color: #C87A28;
}
</style>
background-color css
<style>
a { background-color: #C87A28; }
a { background-color: rgb(200,122,40); }
div.DivClassName
{
background-color: #C87A28;
}
.BgClassName
{
background-color: #C87A28;
}
</style>
border-color css
<style>
span { border-color: #C87A28; }
span { border-color: rgb(200,122,40); }
td.TdClassName
{
border-color: #C87A28;
}
.TagClassName
{
border-color: #C87A28;
}
</style>