Shades of Raw Sienna #CB814D
Tints of Raw Sienna #CB814D
RGB
CMYK
RGB Variations
Color information
#CB814D (or 0xCB814D) is known color: Raw Sienna. HEX triplet: CB, 81 and 4D. RGB value is (203,129,77). Sum of RGB (Red+Green+Blue) = 203+129+77=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB814D is #347EB2. Grayscale: #919191. Windows color (decimal): -3440307 or 5079499. OLE color: 5079499.
HSL color Cylindrical-coordinate representation of color #CB814D: hue angle of 24.76º 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 #CB814D is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 77 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.20 |
| HSL | 24.76º | 0.55% | 0.55% | - |
| HSV(B) | 24.76º | 0.62% | 0.8% | - |
| XYZ | 33.82 | 28.93 | 10.82 | - |
| YUV | 145.2 | 89.52 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 77 | 0 | 0.36 | 0.62 | 0.20 | 24.76 | 0.55 | 0.55 |
| Hex | CB | 81 | 4D | 0 | 24 | 3E | 14 | 19 | 37 | 37 |
| Octal | 313 | 201 | 115 | 0 | 44 | 76 | 24 | 31 | 67 | 67 |
| Binary | 11001011 | 10000001 | 1001101 | 0 | 100100 | 111110 | 10100 | 11001 | 110111 | 110111 |
Color Harmonies of #CB814D
Complementary color
Monochromatic Colors of #CB814D
Black with #CB814D
Text Example
Text Example
White with #CB814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB814D; }
p { color: rgb(203,129,77); }
H1.HeaderClassName
{
color: #CB814D;
}
.AnyTagClassName
{
color: #CB814D;
}
</style>
background-color css
<style>
a { background-color: #CB814D; }
a { background-color: rgb(203,129,77); }
div.DivClassName
{
background-color: #CB814D;
}
.BgClassName
{
background-color: #CB814D;
}
</style>
border-color css
<style>
span { border-color: #CB814D; }
span { border-color: rgb(203,129,77); }
td.TdClassName
{
border-color: #CB814D;
}
.TagClassName
{
border-color: #CB814D;
}
</style>