Shades of Ochre #CB821E
Tints of Ochre #CB821E
RGB
CMYK
RGB Variations
Color information
#CB821E (or 0xCB821E) is known color: Ochre. HEX triplet: CB, 82 and 1E. RGB value is (203,130,30). Sum of RGB (Red+Green+Blue) = 203+130+30=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB821E is #347DE1. Grayscale: #8C8C8C. Windows color (decimal): -3440098 or 1999563. OLE color: 1999563.
HSL color Cylindrical-coordinate representation of color #CB821E: hue angle of 34.68º 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 #CB821E is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 30 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.20 |
| HSL | 34.68º | 0.74% | 0.46% | - |
| HSV(B) | 34.68º | 0.85% | 0.8% | - |
| XYZ | 32.85 | 28.76 | 5.05 | - |
| YUV | 140.43 | 65.68 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 30 | 0 | 0.36 | 0.85 | 0.20 | 34.68 | 0.74 | 0.46 |
| Hex | CB | 82 | 1E | 0 | 24 | 55 | 14 | 23 | 4A | 2E |
| Octal | 313 | 202 | 36 | 0 | 44 | 125 | 24 | 43 | 112 | 56 |
| Binary | 11001011 | 10000010 | 11110 | 0 | 100100 | 1010101 | 10100 | 100011 | 1001010 | 101110 |
Color Harmonies of #CB821E
Complementary color
Monochromatic Colors of #CB821E
Black with #CB821E
Text Example
Text Example
White with #CB821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB821E; }
p { color: rgb(203,130,30); }
H1.HeaderClassName
{
color: #CB821E;
}
.AnyTagClassName
{
color: #CB821E;
}
</style>
background-color css
<style>
a { background-color: #CB821E; }
a { background-color: rgb(203,130,30); }
div.DivClassName
{
background-color: #CB821E;
}
.BgClassName
{
background-color: #CB821E;
}
</style>
border-color css
<style>
span { border-color: #CB821E; }
span { border-color: rgb(203,130,30); }
td.TdClassName
{
border-color: #CB821E;
}
.TagClassName
{
border-color: #CB821E;
}
</style>