#D7490D

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

Shades of Tenne (Tawny) #D7490D

Tints of Tenne (Tawny) #D7490D

Color information

#D7490D (or 0xD7490D) is unknown color: approx Tenne (Tawny). HEX triplet: D7, 49 and 0D. RGB value is (215,73,13). Sum of RGB (Red+Green+Blue) = 215+73+13=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D7490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7490D is #28B6F2. Grayscale: #6D6D6D. Windows color (decimal): -2668275 or 870871. OLE color: 870871.

HSL color Cylindrical-coordinate representation of color #D7490D: hue angle of 17.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7490D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB2157313-
CMYK00.660.940.16
HSL17.82º88.6%44.71%-
HSV(B)17.82º93.95%84.31%-
XYZ30.4819.242.49-
YUV108.6274.04203.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 71.43%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 13 (5.47% from 255) = 4.32%
R=71.43%
G=24.25%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215731300.660.940.1617.8288.644.71
HexD749D0425E1012592d
Octal327111150102136202213155
Binary110101111001001110101000010101111010000100101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7490D; }

 p { color: rgb(215,73,13); }

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

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

 a { background-color: rgb(215,73,13); }

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

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

 span { border-color: rgb(215,73,13); }

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