#D85413

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

Shades of Tenne (Tawny) #D85413

Tints of Tenne (Tawny) #D85413

Color information

#D85413 (or 0xD85413) is unknown color: approx Tenne (Tawny). HEX triplet: D8, 54 and 13. RGB value is (216,84,19). Sum of RGB (Red+Green+Blue) = 216+84+19=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D85413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85413 is #27ABEC. Grayscale: #747474. Windows color (decimal): -2599917 or 1266904. OLE color: 1266904.

HSL color Cylindrical-coordinate representation of color #D85413: hue angle of 19.8º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D85413 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB2168419-
CMYK00.610.910.15
HSL19.8º83.83%46.08%-
HSV(B)19.8º91.2%84.71%-
XYZ31.6120.993-
YUV116.0673.23199.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 67.71%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 19 (7.81% from 255) = 5.96%
R=67.71%
G=26.33%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216841900.610.910.1519.883.8346.08
HexD8541303D5BF14542e
Octal33012423075133172412456
Binary11011000101010010011011110110110111111101001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85413; }

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

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

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

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

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

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

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

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