Shades of Tenne (Tawny) #CB530F
Tints of Tenne (Tawny) #CB530F
RGB
CMYK
RGB Variations
Color information
#CB530F (or 0xCB530F) is known color: Tenne (Tawny). HEX triplet: CB, 53 and 0F. RGB value is (203,83,15). Sum of RGB (Red+Green+Blue) = 203+83+15=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB530F is #34ACF0. Grayscale: #6F6F6F. Windows color (decimal): -3452145 or 1004491. OLE color: 1004491.
HSL color Cylindrical-coordinate representation of color #CB530F: hue angle of 21.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB530F is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 15 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.20 |
| HSL | 21.7º | 0.86% | 0.43% | - |
| HSV(B) | 21.7º | 0.93% | 0.8% | - |
| XYZ | 27.81 | 18.92 | 2.64 | - |
| YUV | 111.13 | 73.76 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 15 | 0 | 0.59 | 0.93 | 0.20 | 21.7 | 0.86 | 0.43 |
| Hex | CB | 53 | F | 0 | 3B | 5D | 14 | 16 | 56 | 2B |
| Octal | 313 | 123 | 17 | 0 | 73 | 135 | 24 | 26 | 126 | 53 |
| Binary | 11001011 | 1010011 | 1111 | 0 | 111011 | 1011101 | 10100 | 10110 | 1010110 | 101011 |
Color Harmonies of #CB530F
Complementary color
Monochromatic Colors of #CB530F
Black with #CB530F
Text Example
Text Example
White with #CB530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB530F; }
p { color: rgb(203,83,15); }
H1.HeaderClassName
{
color: #CB530F;
}
.AnyTagClassName
{
color: #CB530F;
}
</style>
background-color css
<style>
a { background-color: #CB530F; }
a { background-color: rgb(203,83,15); }
div.DivClassName
{
background-color: #CB530F;
}
.BgClassName
{
background-color: #CB530F;
}
</style>
border-color css
<style>
span { border-color: #CB530F; }
span { border-color: rgb(203,83,15); }
td.TdClassName
{
border-color: #CB530F;
}
.TagClassName
{
border-color: #CB530F;
}
</style>