Shades of Raw Sienna #CB7A46
Tints of Raw Sienna #CB7A46
RGB
CMYK
RGB Variations
Color information
#CB7A46 (or 0xCB7A46) is known color: Raw Sienna. HEX triplet: CB, 7A and 46. RGB value is (203,122,70). Sum of RGB (Red+Green+Blue) = 203+122+70=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A46 is #3485B9. Grayscale: #8C8C8C. Windows color (decimal): -3442106 or 4618955. OLE color: 4618955.
HSL color Cylindrical-coordinate representation of color #CB7A46: hue angle of 23.46º 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 #CB7A46 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 70 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.20 |
| HSL | 23.46º | 0.56% | 0.54% | - |
| HSV(B) | 23.46º | 0.66% | 0.8% | - |
| XYZ | 32.69 | 27.06 | 9.29 | - |
| YUV | 140.29 | 88.34 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 70 | 0 | 0.40 | 0.66 | 0.20 | 23.46 | 0.56 | 0.54 |
| Hex | CB | 7A | 46 | 0 | 28 | 42 | 14 | 17 | 38 | 36 |
| Octal | 313 | 172 | 106 | 0 | 50 | 102 | 24 | 27 | 70 | 66 |
| Binary | 11001011 | 1111010 | 1000110 | 0 | 101000 | 1000010 | 10100 | 10111 | 111000 | 110110 |
Color Harmonies of #CB7A46
Complementary color
Monochromatic Colors of #CB7A46
Black with #CB7A46
Text Example
Text Example
White with #CB7A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A46; }
p { color: rgb(203,122,70); }
H1.HeaderClassName
{
color: #CB7A46;
}
.AnyTagClassName
{
color: #CB7A46;
}
</style>
background-color css
<style>
a { background-color: #CB7A46; }
a { background-color: rgb(203,122,70); }
div.DivClassName
{
background-color: #CB7A46;
}
.BgClassName
{
background-color: #CB7A46;
}
</style>
border-color css
<style>
span { border-color: #CB7A46; }
span { border-color: rgb(203,122,70); }
td.TdClassName
{
border-color: #CB7A46;
}
.TagClassName
{
border-color: #CB7A46;
}
</style>