#073415

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

Shades of Deep Fir #073415

Tints of Deep Fir #073415

Color information

#073415 (or 0x073415) is unknown color: approx Deep Fir. HEX triplet: 07, 34 and 15. RGB value is (7,52,21). Sum of RGB (Red+Green+Blue) = 7+52+21=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 52 (20.70% from 255 or 65% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 52 - color contains mainly: green. Hex color #073415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073415 is #F8CBEA. Grayscale: #232323. Windows color (decimal): -16305131 or 1389575. OLE color: 1389575.

HSL color Cylindrical-coordinate representation of color #073415: hue angle of 138.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073415 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB75221-
CMYK0.8700.600.80
HSL138.67º76.27%11.57%-
HSV(B)138.67º86.54%20.39%-
XYZ1.452.561.13-
YUV35.01120.09108.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.75%
GREEN value IS 52 (20.70% from 255) = 65%
BLUE value IS 21 (8.59% from 255) = 26.25%
R=8.75%
G=65%
B=26.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal752210.8700.600.80138.6776.2711.57
Hex734155703C508b4cc
Octal7642512707412021311414
Binary111110100101011010111011110010100001000101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073415; }

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

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

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

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

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

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

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

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