Shades of Raw Sienna #CD7B4D
Tints of Raw Sienna #CD7B4D
RGB
CMYK
RGB Variations
Color information
#CD7B4D (or 0xCD7B4D) is known color: Raw Sienna. HEX triplet: CD, 7B and 4D. RGB value is (205,123,77). Sum of RGB (Red+Green+Blue) = 205+123+77=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B4D is #3284B2. Grayscale: #8E8E8E. Windows color (decimal): -3310771 or 5077965. OLE color: 5077965.
HSL color Cylindrical-coordinate representation of color #CD7B4D: hue angle of 21.56º degrees, saturation: 0.56, 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 #CD7B4D is Cyan = 0, Magento = 0.4, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 77 | - |
| CMYK | 0 | 0.4 | 0.62 | 0.20 |
| HSL | 21.56º | 0.56% | 0.55% | - |
| HSV(B) | 21.56º | 0.62% | 0.8% | - |
| XYZ | 33.6 | 27.68 | 10.59 | - |
| YUV | 142.27 | 91.17 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 77 | 0 | 0.4 | 0.62 | 0.20 | 21.56 | 0.56 | 0.55 |
| Hex | CD | 7B | 4D | 0 | 28 | 3E | 14 | 16 | 38 | 37 |
| Octal | 315 | 173 | 115 | 0 | 50 | 76 | 24 | 26 | 70 | 67 |
| Binary | 11001101 | 1111011 | 1001101 | 0 | 101000 | 111110 | 10100 | 10110 | 111000 | 110111 |
Color Harmonies of #CD7B4D
Complementary color
Monochromatic Colors of #CD7B4D
Black with #CD7B4D
Text Example
Text Example
White with #CD7B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B4D; }
p { color: rgb(205,123,77); }
H1.HeaderClassName
{
color: #CD7B4D;
}
.AnyTagClassName
{
color: #CD7B4D;
}
</style>
background-color css
<style>
a { background-color: #CD7B4D; }
a { background-color: rgb(205,123,77); }
div.DivClassName
{
background-color: #CD7B4D;
}
.BgClassName
{
background-color: #CD7B4D;
}
</style>
border-color css
<style>
span { border-color: #CD7B4D; }
span { border-color: rgb(205,123,77); }
td.TdClassName
{
border-color: #CD7B4D;
}
.TagClassName
{
border-color: #CD7B4D;
}
</style>