#d74805

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

Shades of Tenne (Tawny) #D74805

Tints of Tenne (Tawny) #D74805

Color information

#D74805 (or 0xD74805) is unknown color: approx Tenne (Tawny). HEX triplet: D7, 48 and 05. RGB value is (215,72,5). Sum of RGB (Red+Green+Blue) = 215+72+5=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D74805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74805 is #28B7FA. Grayscale: #6B6B6B. Windows color (decimal): -2668539 or 346327. OLE color: 346327.

HSL color Cylindrical-coordinate representation of color #D74805: hue angle of 19.14º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D74805 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB215725-
CMYK00.670.980.16
HSL19.14º95.45%43.14%-
HSV(B)19.14º97.67%84.31%-
XYZ30.3719.092.23-
YUV107.1270.38204.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 73.63%
GREEN value IS 72 (28.52% from 255) = 24.66%
BLUE value IS 5 (2.34% from 255) = 1.71%
R=73.63%
G=24.66%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21572500.670.980.1619.1495.4543.14
HexD74850436210135f2b
Octal32711050103142202313753
Binary11010111100100010101000011110001010000100111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d74805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d74805; }

 p { color: rgb(215,72,5); }

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

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

 a { background-color: rgb(215,72,5); }

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

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

 span { border-color: rgb(215,72,5); }

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