Shades of Ochre #CB7825
Tints of Ochre #CB7825
RGB
CMYK
RGB Variations
Color information
#CB7825 (or 0xCB7825) is known color: Ochre. HEX triplet: CB, 78 and 25. RGB value is (203,120,37). Sum of RGB (Red+Green+Blue) = 203+120+37=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7825 is #3487DA. Grayscale: #878787. Windows color (decimal): -3442651 or 2455755. OLE color: 2455755.
HSL color Cylindrical-coordinate representation of color #CB7825: hue angle of 30º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB7825 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 37 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.20 |
| HSL | 30º | 0.69% | 0.47% | - |
| HSV(B) | 30º | 0.82% | 0.8% | - |
| XYZ | 31.68 | 26.26 | 5.15 | - |
| YUV | 135.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 37 | 0 | 0.41 | 0.82 | 0.20 | 30 | 0.69 | 0.47 |
| Hex | CB | 78 | 25 | 0 | 29 | 52 | 14 | 1E | 45 | 2F |
| Octal | 313 | 170 | 45 | 0 | 51 | 122 | 24 | 36 | 105 | 57 |
| Binary | 11001011 | 1111000 | 100101 | 0 | 101001 | 1010010 | 10100 | 11110 | 1000101 | 101111 |
Color Harmonies of #CB7825
Complementary color
Monochromatic Colors of #CB7825
Black with #CB7825
Text Example
Text Example
White with #CB7825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7825; }
p { color: rgb(203,120,37); }
H1.HeaderClassName
{
color: #CB7825;
}
.AnyTagClassName
{
color: #CB7825;
}
</style>
background-color css
<style>
a { background-color: #CB7825; }
a { background-color: rgb(203,120,37); }
div.DivClassName
{
background-color: #CB7825;
}
.BgClassName
{
background-color: #CB7825;
}
</style>
border-color css
<style>
span { border-color: #CB7825; }
span { border-color: rgb(203,120,37); }
td.TdClassName
{
border-color: #CB7825;
}
.TagClassName
{
border-color: #CB7825;
}
</style>