Shades of Raw Sienna #CB804D
Tints of Raw Sienna #CB804D
RGB
CMYK
RGB Variations
Color information
#CB804D (or 0xCB804D) is known color: Raw Sienna. HEX triplet: CB, 80 and 4D. RGB value is (203,128,77). Sum of RGB (Red+Green+Blue) = 203+128+77=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB804D is #347FB2. Grayscale: #909090. Windows color (decimal): -3440563 or 5079243. OLE color: 5079243.
HSL color Cylindrical-coordinate representation of color #CB804D: hue angle of 24.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB804D is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 77 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.20 |
| HSL | 24.29º | 0.55% | 0.55% | - |
| HSV(B) | 24.29º | 0.62% | 0.8% | - |
| XYZ | 33.69 | 28.67 | 10.78 | - |
| YUV | 144.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 77 | 0 | 0.37 | 0.62 | 0.20 | 24.29 | 0.55 | 0.55 |
| Hex | CB | 80 | 4D | 0 | 25 | 3E | 14 | 18 | 37 | 37 |
| Octal | 313 | 200 | 115 | 0 | 45 | 76 | 24 | 30 | 67 | 67 |
| Binary | 11001011 | 10000000 | 1001101 | 0 | 100101 | 111110 | 10100 | 11000 | 110111 | 110111 |
Color Harmonies of #CB804D
Complementary color
Monochromatic Colors of #CB804D
Black with #CB804D
Text Example
Text Example
White with #CB804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB804D; }
p { color: rgb(203,128,77); }
H1.HeaderClassName
{
color: #CB804D;
}
.AnyTagClassName
{
color: #CB804D;
}
</style>
background-color css
<style>
a { background-color: #CB804D; }
a { background-color: rgb(203,128,77); }
div.DivClassName
{
background-color: #CB804D;
}
.BgClassName
{
background-color: #CB804D;
}
</style>
border-color css
<style>
span { border-color: #CB804D; }
span { border-color: rgb(203,128,77); }
td.TdClassName
{
border-color: #CB804D;
}
.TagClassName
{
border-color: #CB804D;
}
</style>