Shades of Raw Sienna #CB8046
Tints of Raw Sienna #CB8046
RGB
CMYK
RGB Variations
Color information
#CB8046 (or 0xCB8046) is known color: Raw Sienna. HEX triplet: CB, 80 and 46. RGB value is (203,128,70). Sum of RGB (Red+Green+Blue) = 203+128+70=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8046 is #347FB9. Grayscale: #909090. Windows color (decimal): -3440570 or 4620491. OLE color: 4620491.
HSL color Cylindrical-coordinate representation of color #CB8046: hue angle of 26.17º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB8046 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 70 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.20 |
| HSL | 26.17º | 0.56% | 0.54% | - |
| HSV(B) | 26.17º | 0.66% | 0.8% | - |
| XYZ | 33.45 | 28.58 | 9.55 | - |
| YUV | 143.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 70 | 0 | 0.37 | 0.66 | 0.20 | 26.17 | 0.56 | 0.54 |
| Hex | CB | 80 | 46 | 0 | 25 | 42 | 14 | 1A | 38 | 36 |
| Octal | 313 | 200 | 106 | 0 | 45 | 102 | 24 | 32 | 70 | 66 |
| Binary | 11001011 | 10000000 | 1000110 | 0 | 100101 | 1000010 | 10100 | 11010 | 111000 | 110110 |
Color Harmonies of #CB8046
Complementary color
Monochromatic Colors of #CB8046
Black with #CB8046
Text Example
Text Example
White with #CB8046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8046; }
p { color: rgb(203,128,70); }
H1.HeaderClassName
{
color: #CB8046;
}
.AnyTagClassName
{
color: #CB8046;
}
</style>
background-color css
<style>
a { background-color: #CB8046; }
a { background-color: rgb(203,128,70); }
div.DivClassName
{
background-color: #CB8046;
}
.BgClassName
{
background-color: #CB8046;
}
</style>
border-color css
<style>
span { border-color: #CB8046; }
span { border-color: rgb(203,128,70); }
td.TdClassName
{
border-color: #CB8046;
}
.TagClassName
{
border-color: #CB8046;
}
</style>