Shades of Raw Sienna #CD7B40
Tints of Raw Sienna #CD7B40
RGB
CMYK
RGB Variations
Color information
#CD7B40 (or 0xCD7B40) is known color: Raw Sienna. HEX triplet: CD, 7B and 40. RGB value is (205,123,64). Sum of RGB (Red+Green+Blue) = 205+123+64=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7B40 is #3284BF. Grayscale: #8D8D8D. Windows color (decimal): -3310784 or 4225997. OLE color: 4225997.
HSL color Cylindrical-coordinate representation of color #CD7B40: hue angle of 25.11º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD7B40 is Cyan = 0, Magento = 0.4, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 64 | - |
| CMYK | 0 | 0.4 | 0.69 | 0.20 |
| HSL | 25.11º | 0.59% | 0.53% | - |
| HSV(B) | 25.11º | 0.69% | 0.8% | - |
| XYZ | 33.19 | 27.52 | 8.41 | - |
| YUV | 140.79 | 84.67 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 64 | 0 | 0.4 | 0.69 | 0.20 | 25.11 | 0.59 | 0.53 |
| Hex | CD | 7B | 40 | 0 | 28 | 45 | 14 | 19 | 3B | 35 |
| Octal | 315 | 173 | 100 | 0 | 50 | 105 | 24 | 31 | 73 | 65 |
| Binary | 11001101 | 1111011 | 1000000 | 0 | 101000 | 1000101 | 10100 | 11001 | 111011 | 110101 |
Color Harmonies of #CD7B40
Complementary color
Monochromatic Colors of #CD7B40
Black with #CD7B40
Text Example
Text Example
White with #CD7B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B40; }
p { color: rgb(205,123,64); }
H1.HeaderClassName
{
color: #CD7B40;
}
.AnyTagClassName
{
color: #CD7B40;
}
</style>
background-color css
<style>
a { background-color: #CD7B40; }
a { background-color: rgb(205,123,64); }
div.DivClassName
{
background-color: #CD7B40;
}
.BgClassName
{
background-color: #CD7B40;
}
</style>
border-color css
<style>
span { border-color: #CD7B40; }
span { border-color: rgb(205,123,64); }
td.TdClassName
{
border-color: #CD7B40;
}
.TagClassName
{
border-color: #CD7B40;
}
</style>