Shades of Tenne (Tawny) #CB5304
Tints of Tenne (Tawny) #CB5304
RGB
CMYK
RGB Variations
Color information
#CB5304 (or 0xCB5304) is known color: Tenne (Tawny). HEX triplet: CB, 53 and 04. RGB value is (203,83,4). Sum of RGB (Red+Green+Blue) = 203+83+4=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5304 is #34ACFB. Grayscale: #6E6E6E. Windows color (decimal): -3452156 or 283595. OLE color: 283595.
HSL color Cylindrical-coordinate representation of color #CB5304: hue angle of 23.82º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB5304 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.20 |
| HSL | 23.82º | 0.96% | 0.41% | - |
| HSV(B) | 23.82º | 0.98% | 0.8% | - |
| XYZ | 27.74 | 18.89 | 2.3 | - |
| YUV | 109.87 | 68.26 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 4 | 0 | 0.59 | 0.98 | 0.20 | 23.82 | 0.96 | 0.41 |
| Hex | CB | 53 | 4 | 0 | 3B | 62 | 14 | 18 | 60 | 29 |
| Octal | 313 | 123 | 4 | 0 | 73 | 142 | 24 | 30 | 140 | 51 |
| Binary | 11001011 | 1010011 | 100 | 0 | 111011 | 1100010 | 10100 | 11000 | 1100000 | 101001 |
Color Harmonies of #CB5304
Complementary color
Monochromatic Colors of #CB5304
Black with #CB5304
Text Example
Text Example
White with #CB5304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5304; }
p { color: rgb(203,83,4); }
H1.HeaderClassName
{
color: #CB5304;
}
.AnyTagClassName
{
color: #CB5304;
}
</style>
background-color css
<style>
a { background-color: #CB5304; }
a { background-color: rgb(203,83,4); }
div.DivClassName
{
background-color: #CB5304;
}
.BgClassName
{
background-color: #CB5304;
}
</style>
border-color css
<style>
span { border-color: #CB5304; }
span { border-color: rgb(203,83,4); }
td.TdClassName
{
border-color: #CB5304;
}
.TagClassName
{
border-color: #CB5304;
}
</style>