Shades of Raw Sienna #CC7B3E
Tints of Raw Sienna #CC7B3E
RGB
CMYK
RGB Variations
Color information
#CC7B3E (or 0xCC7B3E) is known color: Raw Sienna. HEX triplet: CC, 7B and 3E. RGB value is (204,123,62). Sum of RGB (Red+Green+Blue) = 204+123+62=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B3E is #3384C1. Grayscale: #8C8C8C. Windows color (decimal): -3376322 or 4094924. OLE color: 4094924.
HSL color Cylindrical-coordinate representation of color #CC7B3E: hue angle of 25.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC7B3E is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 62 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.2 |
| HSL | 25.77º | 0.58% | 0.52% | - |
| HSV(B) | 25.77º | 0.7% | 0.8% | - |
| XYZ | 32.85 | 27.35 | 8.11 | - |
| YUV | 140.27 | 83.84 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 62 | 0 | 0.40 | 0.70 | 0.2 | 25.77 | 0.58 | 0.52 |
| Hex | CC | 7B | 3E | 0 | 28 | 46 | 14 | 1A | 3A | 34 |
| Octal | 314 | 173 | 76 | 0 | 50 | 106 | 24 | 32 | 72 | 64 |
| Binary | 11001100 | 1111011 | 111110 | 0 | 101000 | 1000110 | 10100 | 11010 | 111010 | 110100 |
Color Harmonies of #CC7B3E
Complementary color
Monochromatic Colors of #CC7B3E
Black with #CC7B3E
Text Example
Text Example
White with #CC7B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B3E; }
p { color: rgb(204,123,62); }
H1.HeaderClassName
{
color: #CC7B3E;
}
.AnyTagClassName
{
color: #CC7B3E;
}
</style>
background-color css
<style>
a { background-color: #CC7B3E; }
a { background-color: rgb(204,123,62); }
div.DivClassName
{
background-color: #CC7B3E;
}
.BgClassName
{
background-color: #CC7B3E;
}
</style>
border-color css
<style>
span { border-color: #CC7B3E; }
span { border-color: rgb(204,123,62); }
td.TdClassName
{
border-color: #CC7B3E;
}
.TagClassName
{
border-color: #CC7B3E;
}
</style>