Shades of Trinidad #CD5322
Tints of Trinidad #CD5322
RGB
CMYK
RGB Variations
Color information
#CD5322 (or 0xCD5322) is known color: Trinidad. HEX triplet: CD, 53 and 22. RGB value is (205,83,34). Sum of RGB (Red+Green+Blue) = 205+83+34=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5322 is #32ACDD. Grayscale: #727272. Windows color (decimal): -3321054 or 2249677. OLE color: 2249677.
HSL color Cylindrical-coordinate representation of color #CD5322: hue angle of 17.19º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD5322 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 83 | 34 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.20 |
| HSL | 17.19º | 0.72% | 0.47% | - |
| HSV(B) | 17.19º | 0.83% | 0.8% | - |
| XYZ | 28.56 | 19.28 | 3.73 | - |
| YUV | 113.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 34 | 0 | 0.60 | 0.83 | 0.20 | 17.19 | 0.72 | 0.47 |
| Hex | CD | 53 | 22 | 0 | 3C | 53 | 14 | 11 | 48 | 2F |
| Octal | 315 | 123 | 42 | 0 | 74 | 123 | 24 | 21 | 110 | 57 |
| Binary | 11001101 | 1010011 | 100010 | 0 | 111100 | 1010011 | 10100 | 10001 | 1001000 | 101111 |
Color Harmonies of #CD5322
Complementary color
Monochromatic Colors of #CD5322
Black with #CD5322
Text Example
Text Example
White with #CD5322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5322; }
p { color: rgb(205,83,34); }
H1.HeaderClassName
{
color: #CD5322;
}
.AnyTagClassName
{
color: #CD5322;
}
</style>
background-color css
<style>
a { background-color: #CD5322; }
a { background-color: rgb(205,83,34); }
div.DivClassName
{
background-color: #CD5322;
}
.BgClassName
{
background-color: #CD5322;
}
</style>
border-color css
<style>
span { border-color: #CD5322; }
span { border-color: rgb(205,83,34); }
td.TdClassName
{
border-color: #CD5322;
}
.TagClassName
{
border-color: #CD5322;
}
</style>