#D75116

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

Shades of Tenne (Tawny) #D75116

Tints of Tenne (Tawny) #D75116

Color information

#D75116 (or 0xD75116) is unknown color: approx Tenne (Tawny). HEX triplet: D7, 51 and 16. RGB value is (215,81,22). Sum of RGB (Red+Green+Blue) = 215+81+22=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D75116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75116 is #28AEE9. Grayscale: #727272. Windows color (decimal): -2666218 or 1462743. OLE color: 1462743.

HSL color Cylindrical-coordinate representation of color #D75116: hue angle of 18.34º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D75116 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB2158122-
CMYK00.620.900.16
HSL18.34º81.43%46.47%-
HSV(B)18.34º89.77%84.31%-
XYZ31.1120.393.05-
YUV114.3475.89199.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 67.61%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 22 (8.98% from 255) = 6.92%
R=67.61%
G=25.47%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215812200.620.900.1618.3481.4346.47
HexD7511603E5A1012512e
Octal32712126076132202212156
Binary110101111010001101100111110101101010000100101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75116; }

 p { color: rgb(215,81,22); }

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

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

 a { background-color: rgb(215,81,22); }

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

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

 span { border-color: rgb(215,81,22); }

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