#074513

Color #074513 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #074513

Tints of Deep Fir #074513

Color information

#074513 (or 0x074513) is unknown color: approx Deep Fir. HEX triplet: 07, 45 and 13. RGB value is (7,69,19). Sum of RGB (Red+Green+Blue) = 7+69+19=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 69 (27.34% from 255 or 72.63% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 69 - color contains mainly: green. Hex color #074513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074513 is #F8BAEC. Grayscale: #2C2C2C. Windows color (decimal): -16300781 or 1262855. OLE color: 1262855.

HSL color Cylindrical-coordinate representation of color #074513: hue angle of 131.61º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074513 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB76919-
CMYK0.9000.720.73
HSL131.61º81.58%14.9%-
HSV(B)131.61º89.86%27.06%-
XYZ2.334.351.33-
YUV44.76113.46101.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.37%
GREEN value IS 69 (27.34% from 255) = 72.63%
BLUE value IS 19 (7.81% from 255) = 20%
R=7.37%
G=72.63%
B=20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769190.9000.720.73131.6181.5814.9
Hex745135A048498452f
Octal710523132011011120412217
Binary11110001011001110110100100100010010011000010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074513; }

 p { color: rgb(7,69,19); }

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

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

 a { background-color: rgb(7,69,19); }

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

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

 span { border-color: rgb(7,69,19); }

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