Shades of Raw Sienna #CB7A40
Tints of Raw Sienna #CB7A40
RGB
CMYK
RGB Variations
Color information
#CB7A40 (or 0xCB7A40) is known color: Raw Sienna. HEX triplet: CB, 7A and 40. RGB value is (203,122,64). Sum of RGB (Red+Green+Blue) = 203+122+64=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A40 is #3485BF. Grayscale: #8B8B8B. Windows color (decimal): -3442112 or 4225739. OLE color: 4225739.
HSL color Cylindrical-coordinate representation of color #CB7A40: hue angle of 25.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB7A40 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 64 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.20 |
| HSL | 25.04º | 0.57% | 0.52% | - |
| HSV(B) | 25.04º | 0.68% | 0.8% | - |
| XYZ | 32.51 | 26.99 | 8.35 | - |
| YUV | 139.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 64 | 0 | 0.40 | 0.68 | 0.20 | 25.04 | 0.57 | 0.52 |
| Hex | CB | 7A | 40 | 0 | 28 | 44 | 14 | 19 | 39 | 34 |
| Octal | 313 | 172 | 100 | 0 | 50 | 104 | 24 | 31 | 71 | 64 |
| Binary | 11001011 | 1111010 | 1000000 | 0 | 101000 | 1000100 | 10100 | 11001 | 111001 | 110100 |
Color Harmonies of #CB7A40
Complementary color
Monochromatic Colors of #CB7A40
Black with #CB7A40
Text Example
Text Example
White with #CB7A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A40; }
p { color: rgb(203,122,64); }
H1.HeaderClassName
{
color: #CB7A40;
}
.AnyTagClassName
{
color: #CB7A40;
}
</style>
background-color css
<style>
a { background-color: #CB7A40; }
a { background-color: rgb(203,122,64); }
div.DivClassName
{
background-color: #CB7A40;
}
.BgClassName
{
background-color: #CB7A40;
}
</style>
border-color css
<style>
span { border-color: #CB7A40; }
span { border-color: rgb(203,122,64); }
td.TdClassName
{
border-color: #CB7A40;
}
.TagClassName
{
border-color: #CB7A40;
}
</style>