#D05413

Color #D05413 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D05413

Tints of Tenne (Tawny) #D05413

Color information

#D05413 (or 0xD05413) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 54 and 13. RGB value is (208,84,19). Sum of RGB (Red+Green+Blue) = 208+84+19=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D05413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05413 is #2FABEC. Grayscale: #727272. Windows color (decimal): -3124205 or 1266896. OLE color: 1266896.

HSL color Cylindrical-coordinate representation of color #D05413: hue angle of 20.63º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D05413 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB2088419-
CMYK00.600.910.18
HSL20.63º83.26%44.51%-
HSV(B)20.63º90.87%81.57%-
XYZ29.319.82.89-
YUV113.6774.58195.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 66.88%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 19 (7.81% from 255) = 6.11%
R=66.88%
G=27.01%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208841900.600.910.1820.6383.2644.51
HexD0541303C5B1215532d
Octal32012423074133222512355
Binary110100001010100100110111100101101110010101011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05413; }

 p { color: rgb(208,84,19); }

 H1.HeaderClassName
 {
   color: #D05413;
 }
 .AnyTagClassName
 {
   color: #D05413;
 }
</style>
background-color css

<style>
 a { background-color: #D05413; }

 a { background-color: rgb(208,84,19); }

 div.DivClassName
 {
   background-color: #D05413;
 }
 .BgClassName
 {
   background-color: #D05413;
 }
</style>
border-color css

<style>
 span { border-color: #D05413; }

 span { border-color: rgb(208,84,19); }

 td.TdClassName
 {
   border-color: #D05413;
 }
 .TagClassName
 {
   border-color: #D05413;
 }
</style>