#073015

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

Shades of Deep Fir #073015

Tints of Deep Fir #073015

Color information

#073015 (or 0x073015) is unknown color: approx Deep Fir. HEX triplet: 07, 30 and 15. RGB value is (7,48,21). Sum of RGB (Red+Green+Blue) = 7+48+21=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #073015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073015 is #F8CFEA. Grayscale: #202020. Windows color (decimal): -16306155 or 1388551. OLE color: 1388551.

HSL color Cylindrical-coordinate representation of color #073015: hue angle of 140.49º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #073015 is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB74821-
CMYK0.8500.560.81
HSL140.49º74.55%10.78%-
HSV(B)140.49º85.42%18.82%-
XYZ1.282.211.07-
YUV32.66121.42109.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.21%
GREEN value IS 48 (19.14% from 255) = 63.16%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=9.21%
G=63.16%
B=27.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748210.8500.560.81140.4974.5510.78
Hex7301555038518c4bb
Octal7602512507012121411313
Binary111110000101011010101011100010100011000110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073015; }

 p { color: rgb(7,48,21); }

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

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

 a { background-color: rgb(7,48,21); }

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

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

 span { border-color: rgb(7,48,21); }

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