Shades of Raw Sienna #CB7B40
Tints of Raw Sienna #CB7B40
RGB
CMYK
RGB Variations
Color information
#CB7B40 (or 0xCB7B40) is known color: Raw Sienna. HEX triplet: CB, 7B and 40. RGB value is (203,123,64). Sum of RGB (Red+Green+Blue) = 203+123+64=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7B40 is #3484BF. Grayscale: #8C8C8C. Windows color (decimal): -3441856 or 4225995. OLE color: 4225995.
HSL color Cylindrical-coordinate representation of color #CB7B40: hue angle of 25.47º 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 #CB7B40 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 64 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.20 |
| HSL | 25.47º | 0.57% | 0.52% | - |
| HSV(B) | 25.47º | 0.68% | 0.8% | - |
| XYZ | 32.64 | 27.23 | 8.39 | - |
| YUV | 140.19 | 85 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 64 | 0 | 0.39 | 0.68 | 0.20 | 25.47 | 0.57 | 0.52 |
| Hex | CB | 7B | 40 | 0 | 27 | 44 | 14 | 19 | 39 | 34 |
| Octal | 313 | 173 | 100 | 0 | 47 | 104 | 24 | 31 | 71 | 64 |
| Binary | 11001011 | 1111011 | 1000000 | 0 | 100111 | 1000100 | 10100 | 11001 | 111001 | 110100 |
Color Harmonies of #CB7B40
Complementary color
Monochromatic Colors of #CB7B40
Black with #CB7B40
Text Example
Text Example
White with #CB7B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B40; }
p { color: rgb(203,123,64); }
H1.HeaderClassName
{
color: #CB7B40;
}
.AnyTagClassName
{
color: #CB7B40;
}
</style>
background-color css
<style>
a { background-color: #CB7B40; }
a { background-color: rgb(203,123,64); }
div.DivClassName
{
background-color: #CB7B40;
}
.BgClassName
{
background-color: #CB7B40;
}
</style>
border-color css
<style>
span { border-color: #CB7B40; }
span { border-color: rgb(203,123,64); }
td.TdClassName
{
border-color: #CB7B40;
}
.TagClassName
{
border-color: #CB7B40;
}
</style>