#D45513

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

Shades of Tenne (Tawny) #D45513

Tints of Tenne (Tawny) #D45513

Color information

#D45513 (or 0xD45513) is unknown color: approx Tenne (Tawny). HEX triplet: D4, 55 and 13. RGB value is (212,85,19). Sum of RGB (Red+Green+Blue) = 212+85+19=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D45513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45513 is #2BAAEC. Grayscale: #737373. Windows color (decimal): -2861805 or 1267156. OLE color: 1267156.

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

Color convert

RGB2128519-
CMYK00.600.910.17
HSL20.52º83.55%45.29%-
HSV(B)20.52º91.04%83.14%-
XYZ30.5220.542.97-
YUV115.4573.58196.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 67.09%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 19 (7.81% from 255) = 6.01%
R=67.09%
G=26.90%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212851900.600.910.1720.5283.5545.29
HexD4551303C5B1115542d
Octal32412523074133212512455
Binary110101001010101100110111100101101110001101011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45513; }

 p { color: rgb(212,85,19); }

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

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

 a { background-color: rgb(212,85,19); }

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

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

 span { border-color: rgb(212,85,19); }

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