Shades of Ochre #CB8817
Tints of Ochre #CB8817
RGB
CMYK
RGB Variations
Color information
#CB8817 (or 0xCB8817) is known color: Ochre. HEX triplet: CB, 88 and 17. RGB value is (203,136,23). Sum of RGB (Red+Green+Blue) = 203+136+23=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8817 is #3477E8. Grayscale: #8F8F8F. Windows color (decimal): -3438569 or 1542347. OLE color: 1542347.
HSL color Cylindrical-coordinate representation of color #CB8817: hue angle of 37.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB8817 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 23 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.20 |
| HSL | 37.67º | 0.8% | 0.44% | - |
| HSV(B) | 37.67º | 0.89% | 0.8% | - |
| XYZ | 33.59 | 30.37 | 4.9 | - |
| YUV | 143.15 | 60.2 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 23 | 0 | 0.33 | 0.89 | 0.20 | 37.67 | 0.8 | 0.44 |
| Hex | CB | 88 | 17 | 0 | 21 | 59 | 14 | 26 | 50 | 2C |
| Octal | 313 | 210 | 27 | 0 | 41 | 131 | 24 | 46 | 120 | 54 |
| Binary | 11001011 | 10001000 | 10111 | 0 | 100001 | 1011001 | 10100 | 100110 | 1010000 | 101100 |
Color Harmonies of #CB8817
Complementary color
Monochromatic Colors of #CB8817
Black with #CB8817
Text Example
Text Example
White with #CB8817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8817; }
p { color: rgb(203,136,23); }
H1.HeaderClassName
{
color: #CB8817;
}
.AnyTagClassName
{
color: #CB8817;
}
</style>
background-color css
<style>
a { background-color: #CB8817; }
a { background-color: rgb(203,136,23); }
div.DivClassName
{
background-color: #CB8817;
}
.BgClassName
{
background-color: #CB8817;
}
</style>
border-color css
<style>
span { border-color: #CB8817; }
span { border-color: rgb(203,136,23); }
td.TdClassName
{
border-color: #CB8817;
}
.TagClassName
{
border-color: #CB8817;
}
</style>