#D05513

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

Shades of Tenne (Tawny) #D05513

Tints of Tenne (Tawny) #D05513

Color information

#D05513 (or 0xD05513) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 55 and 13. RGB value is (208,85,19). Sum of RGB (Red+Green+Blue) = 208+85+19=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D05513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05513 is #2FAAEC. Grayscale: #727272. Windows color (decimal): -3123949 or 1267152. OLE color: 1267152.

HSL color Cylindrical-coordinate representation of color #D05513: hue angle of 20.95º 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 #D05513 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB2088519-
CMYK00.590.910.18
HSL20.95º83.26%44.51%-
HSV(B)20.95º90.87%81.57%-
XYZ29.3819.952.92-
YUV114.2574.25194.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 66.67%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 19 (7.81% from 255) = 6.09%
R=66.67%
G=27.24%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208851900.590.910.1820.9583.2644.51
HexD0551303B5B1215532d
Octal32012523073133222512355
Binary110100001010101100110111011101101110010101011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05513; }

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

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

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

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

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

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

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

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