Shades of Raw Sienna #CB794B
Tints of Raw Sienna #CB794B
RGB
CMYK
RGB Variations
Color information
#CB794B (or 0xCB794B) is known color: Raw Sienna. HEX triplet: CB, 79 and 4B. RGB value is (203,121,75). Sum of RGB (Red+Green+Blue) = 203+121+75=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB794B is #3486B4. Grayscale: #8C8C8C. Windows color (decimal): -3442357 or 4946379. OLE color: 4946379.
HSL color Cylindrical-coordinate representation of color #CB794B: hue angle of 21.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB794B is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 75 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.20 |
| HSL | 21.56º | 0.55% | 0.55% | - |
| HSV(B) | 21.56º | 0.63% | 0.8% | - |
| XYZ | 32.74 | 26.88 | 10.12 | - |
| YUV | 140.27 | 91.17 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 75 | 0 | 0.40 | 0.63 | 0.20 | 21.56 | 0.55 | 0.55 |
| Hex | CB | 79 | 4B | 0 | 28 | 3F | 14 | 16 | 37 | 37 |
| Octal | 313 | 171 | 113 | 0 | 50 | 77 | 24 | 26 | 67 | 67 |
| Binary | 11001011 | 1111001 | 1001011 | 0 | 101000 | 111111 | 10100 | 10110 | 110111 | 110111 |
Color Harmonies of #CB794B
Complementary color
Monochromatic Colors of #CB794B
Black with #CB794B
Text Example
Text Example
White with #CB794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB794B; }
p { color: rgb(203,121,75); }
H1.HeaderClassName
{
color: #CB794B;
}
.AnyTagClassName
{
color: #CB794B;
}
</style>
background-color css
<style>
a { background-color: #CB794B; }
a { background-color: rgb(203,121,75); }
div.DivClassName
{
background-color: #CB794B;
}
.BgClassName
{
background-color: #CB794B;
}
</style>
border-color css
<style>
span { border-color: #CB794B; }
span { border-color: rgb(203,121,75); }
td.TdClassName
{
border-color: #CB794B;
}
.TagClassName
{
border-color: #CB794B;
}
</style>