Shades of Tenne (Tawny) #CB4D08
Tints of Tenne (Tawny) #CB4D08
RGB
CMYK
RGB Variations
Color information
#CB4D08 (or 0xCB4D08) is known color: Tenne (Tawny). HEX triplet: CB, 4D and 08. RGB value is (203,77,8). Sum of RGB (Red+Green+Blue) = 203+77+8=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4D08 is #34B2F7. Grayscale: #6B6B6B. Windows color (decimal): -3453688 or 544203. OLE color: 544203.
HSL color Cylindrical-coordinate representation of color #CB4D08: hue angle of 21.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB4D08 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.20 |
| HSL | 21.23º | 0.92% | 0.41% | - |
| HSV(B) | 21.23º | 0.96% | 0.8% | - |
| XYZ | 27.33 | 18.02 | 2.27 | - |
| YUV | 106.81 | 72.24 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 8 | 0 | 0.62 | 0.96 | 0.20 | 21.23 | 0.92 | 0.41 |
| Hex | CB | 4D | 8 | 0 | 3E | 60 | 14 | 15 | 5C | 29 |
| Octal | 313 | 115 | 10 | 0 | 76 | 140 | 24 | 25 | 134 | 51 |
| Binary | 11001011 | 1001101 | 1000 | 0 | 111110 | 1100000 | 10100 | 10101 | 1011100 | 101001 |
Color Harmonies of #CB4D08
Complementary color
Monochromatic Colors of #CB4D08
Black with #CB4D08
Text Example
Text Example
White with #CB4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D08; }
p { color: rgb(203,77,8); }
H1.HeaderClassName
{
color: #CB4D08;
}
.AnyTagClassName
{
color: #CB4D08;
}
</style>
background-color css
<style>
a { background-color: #CB4D08; }
a { background-color: rgb(203,77,8); }
div.DivClassName
{
background-color: #CB4D08;
}
.BgClassName
{
background-color: #CB4D08;
}
</style>
border-color css
<style>
span { border-color: #CB4D08; }
span { border-color: rgb(203,77,8); }
td.TdClassName
{
border-color: #CB4D08;
}
.TagClassName
{
border-color: #CB4D08;
}
</style>