Shades of Raw Sienna #CB804F
Tints of Raw Sienna #CB804F
RGB
CMYK
RGB Variations
Color information
#CB804F (or 0xCB804F) is known color: Raw Sienna. HEX triplet: CB, 80 and 4F. RGB value is (203,128,79). Sum of RGB (Red+Green+Blue) = 203+128+79=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB804F is #347FB0. Grayscale: #919191. Windows color (decimal): -3440561 or 5210315. OLE color: 5210315.
HSL color Cylindrical-coordinate representation of color #CB804F: hue angle of 23.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB804F is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 79 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.20 |
| HSL | 23.71º | 0.54% | 0.55% | - |
| HSV(B) | 23.71º | 0.61% | 0.8% | - |
| XYZ | 33.76 | 28.7 | 11.16 | - |
| YUV | 144.84 | 90.85 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 79 | 0 | 0.37 | 0.61 | 0.20 | 23.71 | 0.54 | 0.55 |
| Hex | CB | 80 | 4F | 0 | 25 | 3D | 14 | 18 | 36 | 37 |
| Octal | 313 | 200 | 117 | 0 | 45 | 75 | 24 | 30 | 66 | 67 |
| Binary | 11001011 | 10000000 | 1001111 | 0 | 100101 | 111101 | 10100 | 11000 | 110110 | 110111 |
Color Harmonies of #CB804F
Complementary color
Monochromatic Colors of #CB804F
Black with #CB804F
Text Example
Text Example
White with #CB804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB804F; }
p { color: rgb(203,128,79); }
H1.HeaderClassName
{
color: #CB804F;
}
.AnyTagClassName
{
color: #CB804F;
}
</style>
background-color css
<style>
a { background-color: #CB804F; }
a { background-color: rgb(203,128,79); }
div.DivClassName
{
background-color: #CB804F;
}
.BgClassName
{
background-color: #CB804F;
}
</style>
border-color css
<style>
span { border-color: #CB804F; }
span { border-color: rgb(203,128,79); }
td.TdClassName
{
border-color: #CB804F;
}
.TagClassName
{
border-color: #CB804F;
}
</style>